mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
alpha_func and interpoloation_function renamed to rate_func and path_func
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user