星星
合格名称:manim.mobject.geometry.polygram.Star
Python | |
---|---|
Bases: Polygon
没有相交线的正多边形。
参数
- n ( int ) – 上有多少个点
Star
。 - outer_radius ( float ) – 外部顶点所在圆的半径。
- inner_radius(float|None)–
内部顶点所在圆的半径。
如果未指定,则将计算内半径,使边缘Star
完全遵循其RegularPolygram
对应边缘。
- density( int ) –
的密度Star
。仅在未指定时使用 inner_radius
。
请参阅RegularPolygram
获取更多信息。
- start_angle ( float | None ) – 顶点开始的角度;的旋转
Star
。 - kwargs – 转发到父构造函数。
提高
ValueError – 如果inner_radius
未指定density
且不在范围内。[1, n/2)
例子
示例:StarExample
Python | |
---|---|
示例:不同密度示例
Python | |
---|---|
方法
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |