End of brachistochrone problem

This commit is contained in:
Grant Sanderson
2016-03-31 23:56:04 -07:00
parent 3faf30dfd0
commit 8414022b81
9 changed files with 582 additions and 39 deletions

View File

@ -188,7 +188,6 @@ class Scene(object):
self.frames[index] = self.get_frame()
for animation in animations:
animation.clean_up()
self.repaint_mojects()
return self
def dither(self, duration = DEFAULT_DITHER_TIME):