isAlmostEqual Method

Test if start and end angles match with radians tolerance.

  • Period shifts are not allowed.
  • This function is equivalent to isAlmostEqualNoPeriodShift. It is present for consistency with other classes. However, it is recommended to use isAlmostEqualNoPeriodShift which has a clearer name.

isAlmostEqual(other: AngleSweep): boolean

Parameter Type Description
other AngleSweep  

Returns - boolean

Defined in

Last Updated: 17 May, 2024