C4 Engine
C4 Engine API Documentation

ConeGeometryObject::GetConeSize

Defined in:  C4Primitives.h
Returns the cone base size.
Prototype

const Vector2D& GetConeSize(voidconst;

Description
The GetConeSize function returns the size of the base of a cone primitive. The components of the return value correspond to the semiaxis lengths of the base of the cone in the positive x and y directions.
See Also

ConeGeometryObject::SetConeSize

ConeGeometryObject::GetConeHeight

ConeGeometryObject::SetConeHeight