BoxGeometryObject::SetBoxSize
Defined in:
Sets the box size.
C4Primitives.h
Prototype
void SetBoxSize(const Vector3D& size);
Parameters
size |
The new box size. |
Description
The SetBoxSize
function sets the size of a box primitive. The components of the size
parameter define the extents of the box in the positive x, y, and z directions.
See Also