Up to motivation for analytic continuation

This commit is contained in:
Grant Sanderson
2016-12-03 15:56:33 -08:00
parent b4af73616f
commit 7f71829ce1
2 changed files with 768 additions and 32 deletions

View File

@ -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):