Mobject1D¶
Qualified name: manim.mobject.types.point\_cloud\_mobject.Mobject1D
- class Mobject1D(density=10, **kwargs)[source]¶
Bases:
PMobjectMethods
add_lineAttributes
alwaysCall a method on a mobject every frame.
animateUsed to animate the application of any method of
self.animation_overridesdepthThe depth of the mobject.
heightThe height of the mobject.
widthThe width of the mobject.
- Parameters:
density (int)
kwargs (Any)
- _original__init__(density=10, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
density (int)
kwargs (Any)
- Return type:
None