isAlmostEqualNoPeriodShift Method
Test if two this angle and other are almost equal, NOT allowing shift by full circle (i.e., multiples of 2 * PI).
isAlmostEqualNoPeriodShift(other: Angle, radianTol: number = Geometry.smallAngleRadians): boolean
| Parameter | Type | Description |
|---|---|---|
| other | Angle | the other angle |
| radianTol | number | radian tolerance with default value of Geometry.smallAngleRadians |
Returns - boolean
Defined in
- geometry3d/Angle.ts Line 360
Last Updated: 30 November, 2023