mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:57:45 +00:00
Added DEGREES to constants
This commit is contained in:
parent
d81262e58a
commit
4f322f3137
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ LEFT_SIDE = SPACE_WIDTH*LEFT
|
|||
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
||||
|
||||
TAU = 2*np.pi
|
||||
DEGREES = TAU/360
|
||||
|
||||
# Change this to point to where you want
|
||||
# animation files to output
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue