C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class CylinderField

Defined in:  C4Fields.h
The CylinderField class represents a cylinder field node in a world.
Definition

class CylinderField : public Field

Constructor

CylinderField(const Vector2D& size, float height);

Parameters
size The size of the cylinder base.
height The height of the cylinder.
Description
The CylinderField class represents a field node that is shaped like a cylinder whose dimensions are specified by the size and height parameters.
Base Classes
Field A cylinder field is a specific type of field.
See Also

CylinderFieldObject