Function isRotationNearlyEqual

  • Check if two rotations are nearly equal

    Parameters

    • rotA: IRotation
    • rotB: IRotation
    • tolerance: number

      Maximum allowed difference for considering them as 'nearly' if == 0, means equal

    Returns boolean

Generated using TypeDoc