ConeVolume::GetConeSize
Defined in:
Returns the cone base size.
C4Volumes.h
Prototype
const Vector2D& GetConeSize(void) const;
Description
The GetConeSize
function returns a 2D vector containing the physical dimensions of the base of the cone volume. 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