@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
28 lines (16 loc) • 660 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [Azimuth](./tools.azimuth.md) > [findAzimuthNames](./tools.azimuth.findazimuthnames.md)
## Azimuth.findAzimuthNames() method
查找匹配的方位名字
**Signature:**
```typescript
findAzimuthNames(type: keyof CourseAzimuthMap, angle: number): string[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | keyof [CourseAzimuthMap](./tools.courseazimuthmap.md) | 类型 |
| angle | number | 角度 |
**Returns:**
string\[\]
匹配的名字列表