SphereGeometryObject::GetSphereSize
Defined in:
Returns the sphere size.
C4Primitives.h
Prototype
const Vector3D& GetSphereSize(void) const;
Description
The GetSphereSize
function returns the size of a sphere primitive. The components of the return value correspond to the semiaxis lengths in the x, y, and z directions.
See Also