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:
@ -208,7 +208,6 @@ class DampenedSpring(Scene):
|
||||
ParametricFunction(
|
||||
lambda t : (t/denom)*RIGHT+np.sin(t)*UP+np.cos(t)*OUT,
|
||||
t_max = 12*np.pi,
|
||||
num_anchor_points = 100,
|
||||
color = GREY,
|
||||
).shift(3*LEFT)
|
||||
for denom in (12.0, 2.0)
|
||||
|
Reference in New Issue
Block a user