TruncatedConeGeometryObject::SetConeSize
Defined in:
Sets the truncated 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 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