UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

24 lines (15 loc) 845 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [AzimuthOptions](./tools.azimuthoptions.md) ## AzimuthOptions interface Azimuth 的选项 **Signature:** ```typescript export interface AzimuthOptions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [degrees?](./tools.azimuthoptions.degrees.md) | | boolean \| null | _(Optional)_ 是否使用角度,而非弧度 | | [front?](./tools.azimuthoptions.front.md) | | IVector3 | _(Optional)_ 前方向量 | | [map?](./tools.azimuthoptions.map.md) | | [CourseAzimuthMap](./tools.courseazimuthmap.md) \| null | _(Optional)_ 方位映射定义 | | [up?](./tools.azimuthoptions.up.md) | | IVector3 | _(Optional)_ 前方向量 |