• Checks if a point is located in between the lines define

    Parameters

    • point: Point2d

      The reference point.

    • from: Point2d

      The starting point defining the sector to look in.

    • to: Point2d

      The ending point defining the sector to look in.

    • center: Point2d

      The center point defining the sector to look in.

    • Optional angle: number

      The angle of the area (optional).

    Returns boolean

    true if the point is in the area defined by the points.

Generated using TypeDoc