C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class PathPrimitiveGeometry

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

class PathPrimitiveGeometry : public PrimitiveGeometry

Constructor

PathPrimitiveGeometry(PrimitiveType type);

The constructor has protected access. The PathPrimitiveGeometry class can only exist as a base class for other primitive geometry nodes.
Parameters
type The primitive geometry type.
Description
Base Classes
PrimitiveGeometry A path primitive is a specific type of primitive geometry.
See Also

PathPrimitiveGeometryObject