ConeGeometryObject::SetConeHeight
Defined in:
Sets the cone height.
C4Primitives.h
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 height of the cone's apex above the base in the positive z direction.
See Also
ConeGeometryObject::GetConeHeight