class SphereBlockerObject
Defined in:
The C4Blockers.h
SphereBlockerObject
class encapsulates data pertaining to a sphere blocker.
Definition
class SphereBlockerObject final : public BlockerObject, public SphereVolume
Constructor
SphereBlockerObject(const Vector3D& size);
Parameters
size |
The size of the sphere. |
Description
The SphereBlockerObject
class encapsulates a blocker volume shaped like a sphere whose dimensions are specified by the size
parameter.
Base Classes
BlockerObject |
A SphereBlockerObject is an object that can be shared by multiple sphere blocker nodes.
|
SphereVolume |
A SphereBlockerObject is represented by a generic sphere volume.
|
See Also