C4 Engine
C4 Engine API Documentation

TorusGeometryObject::SetSecondaryRadius

Defined in:  C4Primitives.h
Sets the secondary radius of a torus.
Prototype

void SetSecondaryRadius(float secondary);

Parameters
secondary The new secondary radius of the torus.
Description
The SetSecondaryRadius function sets the secondary radius of a torus primitive. The secondary parameter defines the radius of the torus about the primary ring.
See Also

TorusGeometryObject::GetSecondaryRadius

TorusGeometryObject::GetPrimarySize

TorusGeometryObject::SetPrimarySize