C4 Engine
C4 Engine API Documentation

ConeVolume::SetConeSize

Defined in:  C4Volumes.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 physical dimensions of the base of the cone volume to those specified by the size parameter. The center of the base coincides with the origin, and the two components of the size correspond to the radii along the x and y axes.
See Also

ConeVolume::GetConeSize

ConeVolume::GetConeHeight

ConeVolume::SetConeHeight