BoxVolume::SetBoxSize
Defined in:
Sets the box size.
C4Volumes.h
Prototype
void SetBoxSize(const Vector3D& size);
Parameters
size |
The new box size. |
Description
The SetBoxSize
function sets the physical dimensions of the box volume to those specified by the size
parameter. One corner of the box coincides with the origin, and the three components of the size correspond to the dimensions of the box along the positive x, y, and z axes.
See Also