#include <X3DBoundedObject.h>
Inherited by X3DGroupingNode, and X3DShapeNode.
Public Member Functions | |
const SFVec3f & | bboxCenter (void) const |
Inline. | |
const SFVec3f & | bboxSize (void) const |
X3DBoundedObject | operator+ (const X3DBoundedObject &object) |
const X3DBoundedObject & | operator+= (const X3DBoundedObject &object) |
void | setBboxCenter (const AP_Vector3f &value) |
void | setBboxSize (const AP_Vector3f &value) |
X3DBoundedObject (void) | |
Protected Attributes | |
SFVec3f | _m_bboxCenter |
SFVec3f | _m_bboxSize |
X3DBoundedObject | ( | void | ) | [inline] |
const SFVec3f& bboxCenter | ( | void | ) | const [inline] |
Inline.
const SFVec3f& bboxSize | ( | void | ) | const [inline] |
X3DBoundedObject operator+ | ( | const X3DBoundedObject & | object | ) |
const X3DBoundedObject & operator+= | ( | const X3DBoundedObject & | object | ) |
void setBboxCenter | ( | const AP_Vector3f & | value | ) | [inline] |
void setBboxSize | ( | const AP_Vector3f & | value | ) | [inline] |
SFVec3f _m_bboxCenter [protected] |
SFVec3f _m_bboxSize [protected] |