BoxGeometryObject::GetBoxSize
Defined in:
Returns the box size.
C4Primitives.h
Prototype
const Vector3D& GetBoxSize(void) const;
Description
The GetBoxSize
function returns the size of a box primitive. The components of the return value correspond to the extents of the box in the positive x, y, and z directions.
See Also