• Checks if the given point is on the segment.

    Parameters

    • point: Point2d

      The reference point.

    • line: Line2d

      The reference line.

    • threshold: number = 0

      A value used as a threshold / range to check if the point is on the line.

    Returns boolean

Generated using TypeDoc