Elteoremadebeethoven/AnimationsWithManim

How to realize this animation?

barakasamsara opened this issue · 2 comments

image

I had try these three orders:
1.dot_2.rotate(110DEGREES,about_point=dot_1,)
2.dot_2.rotate(110
DEGREES,about_point=np.array([0,1,0]))
3.self.play(ApplyMethod(dot_2.rotate(110*DEGREES,about_point=(0,1,0))))

but all these didn't work...

Here is the code, replace Escribe with Write

Thanks a lot!