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