C4 Engine
C4 Engine API Documentation

CylinderVolume::GetCylinderSize

Defined in:  C4Volumes.h
Returns the cylinder base size.
Prototype

const Vector2D& GetCylinderSize(voidconst;

Description
The GetCylinderSize function returns a 2D vector containing the physical dimensions of the base of the cylinder volume. 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::SetCylinderSize

CylinderVolume::GetCylinderHeight

CylinderVolume::SetCylinderHeight