mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Added TAU constant
This commit is contained in:
parent
3a2f44fa25
commit
42b11d284c
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ BOTTOM = SPACE_HEIGHT*DOWN
|
|||
LEFT_SIDE = SPACE_WIDTH*LEFT
|
||||
RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
||||
|
||||
TAU = 2*np.pi
|
||||
|
||||
# Change this to point to where you want
|
||||
# animation files to output
|
||||
MEDIA_DIR = os.path.join(os.path.expanduser('~'), "Dropbox (3Blue1Brown)/3Blue1Brown Team Folder")
|
||||
|
|
Loading…
Add table
Reference in a new issue