ArrowCircleTip

完整名称: 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 (动画覆盖)

基准

箭头尖端的基点。

颜色

depth (深度)

mobject 的深度。

fill_color (填充颜色)

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

height (高度)

mobject 的高度。

长度

箭头尖端的长度。

n_points_per_curve (每条曲线的点数)

sheen_factor (光泽因子)

stroke_color (描边颜色)

尖端角度

箭头尖端的角度。

尖端点

箭头尖端的顶点。

向量

从基点指向顶点向量。

width (宽度)

mobject 的宽度。

参数:
  • 填充不透明度 (浮点数)

  • stroke_width (浮点数)

  • 长度 (浮点数)

  • 起始角度 (浮点数)

  • kwargs (任意类型)

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

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

参数:
  • 填充不透明度 (浮点数)

  • stroke_width (浮点数)

  • 长度 (浮点数)

  • 起始角度 (浮点数)

  • kwargs (任意类型)

返回类型: