![]() |
Public API Reference |
#include "csutil/scf.h"
Go to the source code of this file.
Compounds | |
struct | iObjectModel |
This interface represents data related to some geometry in object space. More... | |
struct | iObjectModelListener |
Implement this class if you're interested in hearing about when the object model changes. More... | |
Bounding box types | |
#define | CS_BBOX_NORMAL 0 |
For iObjectModel::GetObjectBoundingBox() get a normal bounding box which may or may not be recalculated depending on the changing geometry of the object. More... | |
#define | CS_BBOX_ACCURATE 1 |
For iObjectModel::GetObjectBoundingBox() get a totally accurate bounding box. More... | |
#define | CS_BBOX_MAX 2 |
For iObjectModel::GetObjectBoundingBox() get the maximum bounding box that this object will ever use. More... |
Definition in file igeom/objmodel.h.