PyramidVolume::GetPyramidSize
Defined in:
Returns the pyramid base size.
C4Volumes.h
Prototype
const Vector2D& GetPyramidSize(void) const;
Description
The GetPyramidSize
function returns a 2D vector containing the physical dimensions of the base of the pyramid volume. One corner of the pyramid coincides with the origin, and the two components of the size
parameter correspond to the dimensions of the pyramid's base along the positive x and y axes.
See Also