C4 Engine
C4 Engine API Documentation

TruncatedConeGeometryObject::SetConeSize

Defined in:  C4Primitives.h
Sets the truncated cone base size.
Prototype

void SetConeSize(const Vector2D& size);

Parameters
size The new cone base size.
Description
The SetConeSize function sets the size of the base of a truncated cone primitive. The components of the size parameter define the semiaxis lengths of the base of the cone in the positive x and y directions.
See Also

TruncatedConeGeometryObject::GetConeSize

TruncatedConeGeometryObject::GetConeHeight

TruncatedConeGeometryObject::SetConeHeight

TruncatedConeGeometryObject::GetConeRatio

TruncatedConeGeometryObject::SetConeRatio