Added TAU constant

This commit is contained in:
Grant Sanderson
2018-01-16 09:43:05 -08:00
parent 3a2f44fa25
commit 42b11d284c

View File

@ -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")