Version: 2017.2

BoundingSphereConstructor

Cambiar al Manual
public BoundingSphere (Vector3 pos, float rad);
public BoundingSphere (Vector4 packedSphere);

Parámetros

pos The center of the sphere.
rad The radius of the sphere.
packedSphere A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).

Descripción

Initializes a BoundingSphere.