mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
End of brachistochrone problem
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user