isAlmostEqualAllowPeriodShift Method
Test if two angle sweeps match within the given tolerance.
- Period shifts are allowed, but orientations must be the same.
isAlmostEqualAllowPeriodShift(other: AngleSweep, radianTol: number = Geometry.smallAngleRadians): boolean
| Parameter | Type | Description |
|---|---|---|
| other | AngleSweep | sweep to compare to this instance |
| radianTol | number | optional radian tolerance, default value Geometry.smallAngleRadians |
Returns - boolean
Defined in
- geometry3d/AngleSweep.ts Line 570
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.