mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Tiny comment
This commit is contained in:
parent
ccb47db3bb
commit
593c249bbd
1 changed files with 1 additions and 0 deletions
|
@ -952,6 +952,7 @@ class VMobject(Mobject):
|
|||
if len(self.points) <= 1:
|
||||
return []
|
||||
|
||||
# Otherwise, compute from scratch
|
||||
points = self.points
|
||||
indices = np.arange(len(points), dtype=int)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue