mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Up to motivation for analytic continuation
This commit is contained in:
@ -126,9 +126,10 @@ class Homotopy(Animation):
|
||||
**self.apply_function_kwargs
|
||||
)
|
||||
|
||||
def update_mobject(self, alpha):
|
||||
Animation.update_mobject(self, alpha)
|
||||
|
||||
class SmoothedVectorizedHomotopy(Homotopy):
|
||||
def update_submobject(self, submob, start, alpha):
|
||||
Homotopy.update_submobject(self, submob, start, alpha)
|
||||
submob.make_smooth()
|
||||
|
||||
|
||||
class PhaseFlow(Animation):
|
||||
|
Reference in New Issue
Block a user