C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class ExtrusionGeometry

Defined in:  C4Primitives.h
The ExtrusionGeometry class represents a path extrusion primitive node in a world.
Definition

class ExtrusionGeometry : 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

ExtrusionGeometryObject