DomeGeometryObject::SetDomeSize
Defined in:
Sets the dome size.
C4Primitives.h
Prototype
void SetDomeSize(const Vector3D& size);
Parameters
size |
The new dome size. |
Description
The SetDomeSize
function sets the size of a dome primitive. The components of the size
parameter define the semiaxis lengths in the x, y, and z directions.
See Also