isAlmostEqualNoPeriodShift Method
Test if this angle and other are almost equal, NOT allowing shift by full circle (i.e., multiples of 2 * PI).
isAlmostEqualNoPeriodShift(other: Angle, radianTol: numberGeometry.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 385
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.