World Manager
C4Primitives.h

class PyramidGeometry

The PyramidGeometry class represents a pyramid primitive node in a scene graph.
Definition

class PyramidGeometry : public PrimitiveGeometry

Constructor

PyramidGeometry(const Vector2D& size, float height);

Parameters
size The size of the pyramid base.
height The height of the pyramid.
Description
Base Classes
PrimitiveGeometry A pyramid is a specific type of primitive geometry.
See Also
PyramidGeometryObject