mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Added DEGREES to constants
This commit is contained in:
@ -60,6 +60,7 @@ LEFT_SIDE = SPACE_WIDTH*LEFT
|
|||||||
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
||||||
|
|
||||||
TAU = 2*np.pi
|
TAU = 2*np.pi
|
||||||
|
DEGREES = TAU/360
|
||||||
|
|
||||||
# Change this to point to where you want
|
# Change this to point to where you want
|
||||||
# animation files to output
|
# animation files to output
|
||||||
|
Reference in New Issue
Block a user