Beginning music and measure theory

This commit is contained in:
Grant Sanderson
2015-09-24 10:54:59 -07:00
parent dfe29de518
commit 9045af276e
7 changed files with 299 additions and 33 deletions

View File

@ -52,7 +52,7 @@ class Rotating(Animation):
alpha_func = alpha_func,
*args, **kwargs
)
self.axes = [axis] if axis else axes
self.axes = [axis] if axis is not None else axes
self.radians = radians
def update_mobject(self, alpha):