@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Function pointOnLine

    • Whether a point exists on a line

      Parameters

      • point: Vector2

        Point in question

      • linePoint1: Vector2

        First point on the line

      • linePoint2: Vector2

        Second point on the line

      Returns boolean

      Whether the point was on the line or not