분류 전체보기184 manim animation mp4 basic_example_scenes3 In [3]:%%manim -qm -v WARNING TracedPathExampleclass TracedPathExample(Scene): def construct(self): circ = Circle(color=BLUE).shift(6*LEFT) circ.rotate(-90*DEGREES) dot = Dot(color=RED).move_to(circ.get_start()) rolling_circle = VGroup(circ, dot) trace = TracedPath(circ.get_start) trace.set_color(RED) rolling_circle.ad.. 2024. 5. 11. python library: how to use manim ex1 Note: This is a temporary test environment in which you can play around with Manim without the need of installing it locally. Keep in mind that this is a temporary environment, though: your changes will not be saved and cannot be shared with others. To save your work, you will need to download the notebook file ("File > Download as > Notebook (.ipynb)"). Enjoy!Useful resources: Documentation, Di.. 2024. 5. 11. eigenvalue, eigenvector practice 2024. 4. 30. mathML : using mathML A = ( 3 .. 2024. 4. 30. 이전 1 2 3 4 5 6 ··· 46 다음