please Explane
#2906
Replies: 1 comment 3 replies
-
This is a good explanation of lambda. For your case, x is going to be an object and it appears the example is using lambda as a transformation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what is representing x _______in lambda x: x.become(Angle(line1, line_moving, radius=0.5, other_angle=False) .....can someone teach me .Thank you in Advance.
in the following code of manim
class MovingAngle(Scene):
def construct(self):
rotation_center = LEFT
Beta Was this translation helpful? Give feedback.
All reactions