点 3D
合格名称:manim.mobject.three\_d.three\_dimensions.Dot3D
Python | |
---|---|
Bases: Sphere
一个球形点。
参数
- point ( list | np.ndarray ) – 点的位置。
- radius ( float ) – 点的半径。
- 颜色( Color ) – 的颜色
Dot3D
。 - 分辨率( Sequence [ int ] ) – 所采集的样本数
Dot3D
。元组可用于分别定义u
和的不同分辨率v
。
例子
示例:Dot3D 示例
方法
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |