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