箭头 3D
合格名称:manim.mobject.three\_d.three\_dimensions.Arrow3D
Python | |
---|---|
Bases: Line3D
由圆柱线和圆锥形尖端制成的箭头。
参数
- start ( np.ndarray ) – 箭头的起始位置。
- end ( np.ndarray ) – 箭头的结束位置。
- Thickness ( float ) – 箭头的粗细。
- height ( float ) – 圆锥尖端的高度。
- base_radius ( float ) – 圆锥形尖端的底半径。
- color ( Color ) – 箭头的颜色。
例子
示例:ExampleArrow3D
Python | |
---|---|
方法
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |