C4 Engine
C4 Engine API Documentation

TruncatedConeGeometryObject::SetConeHeight

Defined in:  C4Primitives.h
Sets the truncated cone height.
Prototype

void SetConeHeight(float height);

Parameters
height The new cone height.
Description
The SetConeHeight function sets the height of a cone primitive. The height parameter defines the distance in the positive z direction between the base of the cone and the plane parallel to the base at which the cone is truncated.
See Also

TruncatedConeGeometryObject::GetConeHeight

TruncatedConeGeometryObject::GetConeSize

TruncatedConeGeometryObject::SetConeSize

TruncatedConeGeometryObject::GetConeRatio

TruncatedConeGeometryObject::SetConeRatio