World Manager
C4Primitives.h

class PyramidGeometryObject

The PyramidGeometryObject class encapsulates data pertaining to a pyramid primitive.
Definition

class PyramidGeometryObject : public PrimitiveGeometryObject

Member Functions
PyramidGeometryObject::GetPyramidSize Returns the pyramid base size.
PyramidGeometryObject::SetPyramidSize Sets the pyramid base size.
PyramidGeometryObject::GetPyramidHeight Returns the pyramid height.
PyramidGeometryObject::SetPyramidHeight Sets the pyramid height.
Constructor

PyramidGeometryObject(const Vector2D& size, float height);

Parameters
size The size of the pyramid base.
height The height of the pyramid.
Description
Base Classes
PrimitiveGeometryObject A PyramidGeometryObject is an object that can be shared by multiple pyramid geometry nodes.
See Also
PyramidGeometry