![]() |
Public API Reference |
#include <nullmesh.h>
Inheritance diagram for iNullFactoryState:
Public Methods | |
virtual void | SetRadius (float radius)=0 |
Set the radius of the sphere represented by this object. More... | |
virtual float | GetRadius () const=0 |
Get the radius of the sphere represented by this object. More... | |
virtual void | SetBoundingBox (const csBox3 &box)=0 |
Set the bounding box represented by this object. More... | |
virtual void | GetBoundingBox (csBox3 &box)=0 |
Get the bounding box represented by this object. More... |
Definition at line 57 of file nullmesh.h.
|
Get the bounding box represented by this object.
|
|
Get the radius of the sphere represented by this object.
|
|
Set the bounding box represented by this object. If you call this function then the radius will be calculated based on this box. |
|
Set the radius of the sphere represented by this object. If you call this function then the box will be calculated from the radius. |