mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Finished recursive solution to constrained Hanoi
This commit is contained in:
@ -84,7 +84,7 @@ class Bubble(SVGMobject):
|
||||
return self.get_center() + factor*self.get_height()*UP
|
||||
|
||||
def move_tip_to(self, point):
|
||||
self.shift(point - self.get_tip())
|
||||
VGroup(self, self.content).shift(point - self.get_tip())
|
||||
return self
|
||||
|
||||
def flip(self):
|
||||
|
Reference in New Issue
Block a user