shortAngleDist
Get the short angle distance between two angles.
function shortAngleDist(a0: number, a1: number): number
Parameters
| Name | Description |
|---|---|
| The first angle. |
| The second angle. |
Returns
number
Get the short angle distance between two angles.
function shortAngleDist(a0: number, a1: number): number
| Name | Description |
|---|---|
| The first angle. |
| The second angle. |
number