class PathPrimitiveGeometry
Defined in:
The C4Primitives.h
PathPrimitiveGeometry
class represents a path primitive node in a world.
Definition
class PathPrimitiveGeometry : public PrimitiveGeometry
Constructor
PathPrimitiveGeometry(PrimitiveType type);
Parameters
type |
The primitive geometry type. |
Description
Base Classes
PrimitiveGeometry |
A path primitive is a specific type of primitive geometry. |
See Also