C4 Engine
C4 Engine API Documentation

CylinderVolume::SetCylinderSize

Defined in:  C4Volumes.h
Sets the cylinder base size.
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

CylinderVolume::GetCylinderHeight

CylinderVolume::SetCylinderHeight