UNPKG

@cearth/tools

Version:
23 lines (14 loc) 481 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [CartesianAxis](./tools.cartesianaxis.md) ## CartesianAxis enum 迪卡尔坐标轴 <b>Signature:</b> ```typescript export declare enum CartesianAxis ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | x | <code>0</code> | | | y | <code>1</code> | | | z | <code>2</code> | |