mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 15:27:49 +00:00
add 'return self'
This commit is contained in:
parent
169e7a302b
commit
f2c07afe74
1 changed files with 1 additions and 0 deletions
|
|
@ -541,6 +541,7 @@ class VMobject(Mobject):
|
|||
else:
|
||||
new_handle = self.get_reflection_of_last_handle()
|
||||
self.add_cubic_bezier_curve_to(new_handle, handle, point)
|
||||
return self
|
||||
|
||||
def has_new_path_started(self) -> bool:
|
||||
points = self.get_points()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue