@cearth/tools
Version:
CEarth 的 工具库
87 lines (40 loc) • 883 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [createPlaneOfCoplanars](./tools.createplaneofcoplanars.md)
## createPlaneOfCoplanars() function
创建经过三个点的平面
**Signature:**
```typescript
export declare function createPlaneOfCoplanars(origin: Cartesian3, point1: Cartesian3, point2: Cartesian3): Plane;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
origin
</td><td>
Cartesian3
</td><td>
原点
</td></tr>
<tr><td>
point1
</td><td>
Cartesian3
</td><td>
点1
</td></tr>
<tr><td>
point2
</td><td>
Cartesian3
</td><td>
点2
</td></tr>
</tbody></table>
**Returns:**
Plane