isAlmostEqualAllowPeriodShift Method
Test if this angle and other are equivalent, allowing shift by full circle (i.e., multiples of 2 * PI
).
isAlmostEqualAllowPeriodShift(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 342
Last Updated: 20 June, 2023