class SphereField
Defined in:
The C4Fields.h
SphereField
class represents a sphere field node in a world.
Definition
class SphereField final : public Field
Constructor
SphereField(const Vector3D& size);
Parameters
size |
The size of the sphere. |
Description
The SphereField
class represents a field node that is shaped like a sphere whose dimensions are specified by the size
parameter.
Base Classes
Field |
A sphere field is a specific type of field. |
See Also