C4 Engine
C4 Engine API Documentation

CylinderGeometryObject::SetCylinderSize

Defined in:  C4Primitives.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 size of the base of a cylinder primitive. The components of the size parameter define the semiaxis lengths of the base of the cylinder in the positive x and y directions.
See Also

CylinderGeometryObject::GetCylinderSize

CylinderGeometryObject::GetCylinderHeight

CylinderGeometryObject::SetCylinderHeight