BoxVolume::GetBoxSize
Defined in:
Returns the box size.
C4Volumes.h
Prototype
const Vector3D& GetBoxSize(void) const;
Description
The GetBoxSize
function returns a 3D vector containing the physical dimensions of the box volume. 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