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