The main difference between Manim and other video editing/creation programs is graph animation using mathematical functions. Therefore, understanding the graph is a very important part of Manim programming, so I will explain it in detail.
To structurally understand the matter of graphs in Manim, you can understand the relationship of the class diagram below.
In the above structure diagram, I will explain the parts divided by numbers in order. If you read it as described, you can understand how to draw and animate graphs in Manim.
[05-5-A] Graph from ParametricFunction/FunctionGraph
[05-5-B] Graph Line: NumberLine
[05-5-C] Graph Coordinate: Axes
[05-5-D] Grid Background: NumberPlane
[05-5-E] Scene for Graph: GraphScene
Next: [05-5-A] Graph from ParametricFunction/FunctionGraph
Go To: [99] Table of Contents
'Programming > Manim Lectures' 카테고리의 다른 글
[05-5-B] Graph Line: NumberLine (0) | 2020.06.07 |
---|---|
[05-5-A] Graph from ParametricFunction/FunctionGraph (0) | 2020.06.07 |
[05-4-B] Integer (0) | 2020.06.07 |
[05-4-A] DecimalNumber (0) | 2020.06.07 |
[05-4] Numbers: DecimalNumber/Integer (0) | 2020.06.07 |