CylinderVolume::SetCylinderSize
Defined in:
Sets the cylinder base size.
C4Volumes.h
Prototype
void SetCylinderSize(const Vector2D& size);
Parameters
size |
The new cylinder base size. |
Description
The SetCylinderSize
function sets the physical dimensions of the base of the cylinder volume to those specified by the size
parameter. The center of the base coincides with the origin, and the two components of the size correspond to the radii along the x and y axes.
See Also
CylinderVolume::GetCylinderSize