C4 Engine
C4 Engine API Documentation

BoxVolume::GetBoxSize

Defined in:  C4Volumes.h
Returns the box size.
Prototype

const Vector3D& GetBoxSize(voidconst;

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

BoxVolume::SetBoxSize