C4 Engine
C4 Engine API Documentation

PyramidGeometryObject::SetPyramidSize

Defined in:  C4Primitives.h
Sets the pyramid base size.
Prototype

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

PyramidGeometryObject::GetPyramidHeight

PyramidGeometryObject::SetPyramidHeight