h1z1-server
    Preparing search index...

    Function isInsideSquare

    • Checks if a point is inside a square region defined by its vertices.

      Parameters

      • point: [number, number]

        The point to check.

      • vs: SquareBounds | number[][]

        The vertices of the square.

      Returns boolean

      A boolean indicating whether the point is inside the square.