C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class PlateGeometry

Defined in:  C4Primitives.h
The PlateGeometry class represents a plate primitive node in a world.
Definition

class PlateGeometry : public PrimitiveGeometry

Constructor

PlateGeometry(const Vector2D& size);

Parameters
size The size of the plate.
Description
Base Classes
PrimitiveGeometry A plate is a specific type of primitive geometry.
See Also

PlateGeometryObject