ConeGeometryObject::SetConeSize
Defined in:
Sets the cone base size.
C4Primitives.h
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