World Manager
C4Primitives.h

class PathPrimitiveGeometry

The PathPrimitiveGeometry class represents a path primitive node in a scene graph.
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