Function isPointNearlyEqual

  • Check if two points are nearly equal

    Parameters

    • pointA: IPoint
    • pointB: IPoint
    • tolerance: number

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

    Returns boolean

Generated using TypeDoc