C4 Engine
C4 Engine API Documentation

CylinderGeometryObject::GetCylinderSize

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

const Vector2D& GetCylinderSize(voidconst;

Description
The GetCylinderSize function returns the size of the base of a cylinder primitive. The components of the return value correspond to the semiaxis lengths of the base of the cylinder in the positive x and y directions.
See Also

CylinderGeometryObject::SetCylinderSize

CylinderGeometryObject::GetCylinderHeight

CylinderGeometryObject::SetCylinderHeight