ArrowCircleTip¶
Qualified name: manim.mobject.geometry.tips.ArrowCircleTip
- class ArrowCircleTip(fill_opacity=0, stroke_width=3, length=0.35, start_angle=3.141592653589793, **kwargs)[source]¶
-
Circular arrow tip.
Methods
Attributes
alwaysCall a method on a mobject every frame.
animateUsed to animate the application of any method of
self.animation_overridesbaseThe base point of the arrow tip.
colordepthThe depth of the mobject.
fill_colorIf there are multiple colors (for gradient) this returns the first one
heightThe height of the mobject.
lengthThe length of the arrow tip.
n_points_per_curvesheen_factorstroke_colortip_angleThe angle of the arrow tip.
tip_pointThe tip point of the arrow tip.
vectorThe vector pointing from the base point to the tip point.
widthThe width of the mobject.
- Parameters:
fill_opacity (float)
stroke_width (float)
length (float)
start_angle (float)
kwargs (Any)
- _original__init__(fill_opacity=0, stroke_width=3, length=0.35, start_angle=3.141592653589793, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
fill_opacity (float)
stroke_width (float)
length (float)
start_angle (float)
kwargs (Any)
- Return type:
None