mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Rewrote ParametricFunction to have less buggy interpolation
This commit is contained in:
@ -97,7 +97,6 @@ class ContrastAbstractAndConcrete(Scene):
|
||||
ParametricFunction(
|
||||
lambda t : (t/denom)*RIGHT+np.sin(t)*UP+np.cos(t)*OUT,
|
||||
t_max = 12*np.pi,
|
||||
num_anchor_points = 100,
|
||||
)
|
||||
for denom in (12.0, 4.0)
|
||||
]
|
||||
|
Reference in New Issue
Block a user