approximately
See source codeWhether two numbers numbers a and b are approximately equal.
function approximately(a: number, b: number, precision?: number): booleanParameters
| Name | Description |
|---|---|
| The first point. |
| The second point. |
| |
Returns
booleanPrev
angleDistanceNext
areAnglesCompatible