A few edits to efvgt project

This commit is contained in:
Grant Sanderson
2017-03-02 11:53:04 -08:00
parent 3b47887637
commit 4f8207e1a3
3 changed files with 87 additions and 27 deletions

View File

@ -5,8 +5,9 @@ from mobject import VGroup
from mobject.tex_mobject import TexMobject, TextMobject
from number_line import NumberPlane
from animation import Animation
from animation.transform import ApplyPointwiseFunction
from animation.simple_animations import Homotopy, ShowCreation
from animation.transform import ApplyPointwiseFunction, MoveToTarget
from animation.simple_animations import Homotopy, ShowCreation, \
SmoothedVectorizedHomotopy
from scene import Scene