mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Added TAU constant
This commit is contained in:
@ -59,6 +59,8 @@ BOTTOM = SPACE_HEIGHT*DOWN
|
|||||||
LEFT_SIDE = SPACE_WIDTH*LEFT
|
LEFT_SIDE = SPACE_WIDTH*LEFT
|
||||||
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
||||||
|
|
||||||
|
TAU = 2*np.pi
|
||||||
|
|
||||||
# Change this to point to where you want
|
# Change this to point to where you want
|
||||||
# animation files to output
|
# animation files to output
|
||||||
MEDIA_DIR = os.path.join(os.path.expanduser('~'), "Dropbox (3Blue1Brown)/3Blue1Brown Team Folder")
|
MEDIA_DIR = os.path.join(os.path.expanduser('~'), "Dropbox (3Blue1Brown)/3Blue1Brown Team Folder")
|
||||||
|
Reference in New Issue
Block a user