mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-03 04:00:00 +00:00
📝 优化文档样式
This commit is contained in:
@ -6,22 +6,18 @@ title: mbcp.presets.model
|
||||
### *method* `sphere(radius: float, density: float)`
|
||||
|
||||
|
||||
生成球体上的点集。
|
||||
|
||||
**说明**: 生成球体上的点集。
|
||||
|
||||
**返回**: List[Point3]: 球体上的点集。
|
||||
|
||||
**参数**:
|
||||
|
||||
- radius:
|
||||
|
||||
- density:
|
||||
|
||||
**返回**:
|
||||
|
||||
- List[Point3]: 球体上的点集。
|
||||
|
||||
> - radius:
|
||||
> - density:
|
||||
|
||||
|
||||
<details>
|
||||
<summary> <i>源代码</i> </summary>
|
||||
<summary> <b>源代码</b> </summary>
|
||||
|
||||
```python
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user