alpha_func and interpoloation_function renamed to rate_func and path_func

This commit is contained in:
Grant Sanderson
2016-01-01 14:51:16 -08:00
parent 0827db0259
commit 4b479cac1d
20 changed files with 98 additions and 98 deletions

View File

@ -119,7 +119,7 @@ class ConjugateDivisionExample(ComplexMultiplication):
self.draw_dot("\\bar z", self.multiplier)
self.apply_multiplication()
self.multiplier = 1./(abs(num)**2)
self.anim_config["interpolation_function"] = straight_path
self.anim_config["path_func"] = straight_path
self.apply_multiplication()
self.dither()