clik-engine API
    Preparing search index...

    Function PointToLineSegment

    • Checks if a Point is located on the given line segment.

      Parameters

      • point: Point

        The Point to check for intersection.

      • line: Phaser.Geom.Line

        The line segment to check for intersection.

      Returns boolean