class ExtrusionGeometry
Defined in:
The C4Primitives.h
ExtrusionGeometry
class represents a path extrusion primitive node in a world.
Definition
class ExtrusionGeometry final : public PathPrimitiveGeometry
Constructor
ExtrusionGeometry(const Path *path, const Vector2D& size, float height);
Parameters
path |
The path making up the base of the extrusion. |
size |
The base size of the extrusion. |
height |
The height of the extrusion. |
Description
Base Classes
PathPrimitiveGeometry |
A path extrusion is a specific type of path primitive geometry. |
See Also