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

@ -130,8 +130,6 @@ class Mortimer(PiCreature):
}
def __init__(self, **kwargs):
PiCreature.__init__(self, **kwargs)
# self.highlight(DARK_BROWN)
self.give_straight_face()
self.rotate(np.pi, UP)
@ -139,10 +137,6 @@ class Mathematician(PiCreature):
CONFIG = {
"color" : GREY,
}
def __init__(self, **kwargs):
PiCreature.__init__(self, **kwargs)
self.give_straight_face()
class Bubble(Mobject):
CONFIG = {