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: numberGeometry.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

Last Updated: 21 November, 2024