PyramidGeometryObject::SetPyramidSize
Defined in:
Sets the pyramid base size.
C4Primitives.hPrototype
void SetPyramidSize(const Vector2D& size);
Parameters
size |
The new pyramid base size. |
Description
The SetPyramidSize function sets the size of the base of a pyramid primitive. The components of the size parameter define the extents of the base of the pyramid in the positive x and y directions.
See Also
PyramidGeometryObject::GetPyramidSize
