areAnglesCompatible
See source codeChecks whether two angles are approximately at right-angles or parallel to each other
function areAnglesCompatible(a: number, b: number): booleanParameters
| Name | Description |
|---|---|
| Angle a (radians) |
| Angle b (radians) |
Returns
booleanTrue iff the angles are approximately at right-angles or parallel to each other
Prev
approximatelyNext
average