• Creates a new 3D bounding sphere.

    Parameters

    • x: number

      X coordinate of the sphere center.

    • y: number

      Y coordinate of the sphere center.

    • z: number

      Z coordinate of the sphere center.

    • r: number

      Radius of the sphere.

    Returns FloatArrayParam

    A FloatArrayParam representing the sphere, format [x, y, z, r].