class CylinderField
Defined in:
The C4Fields.h
CylinderField
class represents a cylinder field node in a world.
Definition
class CylinderField final : 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