箭头圆提示

限定名称: manim.mobject.geometry.tips.ArrowCircleTip

class ArrowCircleTip(fill_opacity=0, stroke_width=3, length=0.35, start_angle=3.141592653589793, **kwargs)[source]

基础类: ArrowTip, Circle

圆形箭头提示。

方法

属性

animate

用于动画化self的任何方法的应用。

animation_overrides

base

箭头的基点。

color

depth

mobject的深度。

fill_color

如果有多种颜色(用于渐变),则返回第一个颜色

height

mobject的高度。

length

箭头尖端的长度。

n_points_per_curve

sheen_factor

stroke_color

tip_angle

箭头尖端的角度。

tip_point

箭头尖端的点。

vector

从基点指向尖点的向量。

width

mobject的宽度。

Parameters:
  • fill_opacity (float)

  • stroke_width (float)

  • 长度 (浮点数)

  • start_angle (float)

_original__init__(fill_opacity=0, stroke_width=3, length=0.35, start_angle=3.141592653589793, **kwargs)

初始化自身。有关准确的签名,请参阅 help(type(self))。

Parameters:
  • fill_opacity (float)

  • stroke_width (float)

  • 长度 (浮点数)

  • start_angle (float)

Return type: