mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Small format fix
This commit is contained in:
parent
4ff61ed561
commit
44ec9933b7
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ class VMobject(Mobject):
|
||||||
|
|
||||||
points = self.get_points()
|
points = self.get_points()
|
||||||
|
|
||||||
if(len(points) < 3):
|
if len(points) < 3:
|
||||||
return self.data["joint_product"]
|
return self.data["joint_product"]
|
||||||
|
|
||||||
# Find all the unit tangent vectors at each joint
|
# Find all the unit tangent vectors at each joint
|
||||||
|
|
Loading…
Add table
Reference in a new issue