@cearth/tools
Version:
CEarth 的 工具库
76 lines (35 loc) • 676 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [CartesianAxis](./tools.cartesianaxis.md)
## CartesianAxis enum
迪卡尔坐标轴
**Signature:**
```typescript
export declare enum CartesianAxis
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
x
</td><td>
`0`
</td><td>
</td></tr>
<tr><td>
y
</td><td>
`1`
</td><td>
</td></tr>
<tr><td>
z
</td><td>
`2`
</td><td>
</td></tr>
</tbody></table>