class GenericGeometry
Defined in:
The C4Geometries.h
GenericGeometry
class represents a generic geometry node in a world.
Definition
class GenericGeometry final : public Geometry
Constructor
GenericGeometry(const Geometry *geometry);
Parameters
geometry |
A pointer to another geometry node that is copied into the generic geometry. |
Description
The GenericGeometry
class represents a generic geometry node in the world.
Base Classes
Geometry |
A generic geometry node is a specific type of geometry. |
See Also