CylinderVolume::GetCylinderSize
Defined in:
Returns the cylinder base size.
C4Volumes.hPrototype
const Vector2D& GetCylinderSize(void) const;
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
