正多角形
合格名称:manim.mobject.geometry.polygram.RegularPolygram
Python | |
---|---|
Bases: Polygram
APolygram
具有规则间隔的顶点。
参数
- num_vertices ( int ) – 顶点数。
- density( int ) –
的密度RegularPolygram
。
可以认为是要跳跃多少个顶点才能在它们之间画一条线。每个density
第 - 个顶点都是相连的。
- radius ( float ) – 顶点所在圆的半径。
- start_angle ( float | None ) – 顶点开始的角度;的旋转
RegularPolygram
。 - kwargs – 转发到父构造函数。
例子
示例:RegularPolygram 示例
Python | |
---|---|
方法
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |