Small format fix

This commit is contained in:
Grant Sanderson
2024-08-06 10:39:23 -05:00
parent 4ff61ed561
commit 44ec9933b7

View File

@ -1201,7 +1201,7 @@ class VMobject(Mobject):
points = self.get_points()
if(len(points) < 3):
if len(points) < 3:
return self.data["joint_product"]
# Find all the unit tangent vectors at each joint