|
World Manager
C4Primitives.h
class PyramidGeometryObject
The PyramidGeometryObject class encapsulates data pertaining to a pyramid primitive.
Definition
class PyramidGeometryObject : public PrimitiveGeometryObject
Member Functions
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
|