h1z1-server
    Preparing search index...

    Function isInsideCube

    • Checks if a 3D point is inside a cube region defined by a cube's bounds.

      Parameters

      • point: [number, number, number]

        The 3D point [x, y, z] to check.

      • bounds: CubeBounds

      Returns boolean

      A boolean indicating whether the point is inside the cube.