mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-03 04:00:00 +00:00
📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式
This commit is contained in:
@ -1,24 +1,27 @@
|
||||
---
|
||||
title: mbcp.presets.model
|
||||
---
|
||||
### ***class*** `GeometricModels`
|
||||
|
||||
### **class** `GeometricModels`
|
||||
### `@staticmethod`
|
||||
### *def* `sphere(radius: float, density: float)`
|
||||
### *method* `sphere(radius: float, density: float)`
|
||||
|
||||
|
||||
生成球体上的点集。
|
||||
|
||||
参数:
|
||||
**参数**:
|
||||
|
||||
- radius:
|
||||
|
||||
- density:
|
||||
|
||||
**返回**:
|
||||
|
||||
- List[Point3]: 球体上的点集。
|
||||
|
||||
|
||||
|
||||
<details>
|
||||
<summary>源码</summary>
|
||||
<summary> <i>源代码</i> </summary>
|
||||
|
||||
```python
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user