C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class CylinderGeometry

Defined in:  C4Primitives.h
The CylinderGeometry class represents a cylinder primitive node in a world.
Definition

class CylinderGeometry : public PrimitiveGeometry

Constructor

CylinderGeometry(const Vector2D& size, float height);

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

CylinderGeometryObject