mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Add space
This commit is contained in:
parent
ba93bd0cbf
commit
c330dfddae
1 changed files with 1 additions and 0 deletions
|
@ -598,6 +598,7 @@ class Line(TipableVMobject):
|
||||||
arc_len *= self.path_arc / (2 * math.sin(self.path_arc / 2))
|
arc_len *= self.path_arc / (2 * math.sin(self.path_arc / 2))
|
||||||
return arc_len
|
return arc_len
|
||||||
|
|
||||||
|
|
||||||
class DashedLine(Line):
|
class DashedLine(Line):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Reference in a new issue