C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class PyramidGeometry

Defined in:  C4Primitives.h
The PyramidGeometry class represents a pyramid primitive node in a world.
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