C4 Engine
C4 Engine API Documentation

ConeGeometryObject::SetConeSize

Defined in:  C4Primitives.h
Sets the 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 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

ConeGeometryObject::GetConeSize

ConeGeometryObject::GetConeHeight

ConeGeometryObject::SetConeHeight