mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 15:57:44 +00:00
Small type fix
This commit is contained in:
parent
25388b4ad3
commit
37786edc99
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ class VMobject(Mobject):
|
||||||
for i in range(nppc)
|
for i in range(nppc)
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_start_anchors(self) -> np_vector:
|
def get_start_anchors(self) -> list[np_vector]:
|
||||||
return self.get_points()[0::self.n_points_per_curve]
|
return self.get_points()[0::self.n_points_per_curve]
|
||||||
|
|
||||||
def get_end_anchors(self) -> np_vector:
|
def get_end_anchors(self) -> np_vector:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue