#include <vector3d.h>
Public Member Functions | |
bbox3d () | |
void | empty (void) |
bool | isEmpty (void) const |
void | add (const vector3d &p) |
Public Attributes | |
vector3d | min |
vector3d | max |
Definition at line 164 of file vector3d.h.
|
inline |
Definition at line 167 of file vector3d.h.
References empty().
|
inline |
Definition at line 170 of file vector3d.h.
References max, min, vector3d::x, vector3d::y, and vector3d::z.
|
inline |
Definition at line 168 of file vector3d.h.
References max, min, vector3d::x, vector3d::y, and vector3d::z.
Referenced by bbox3d().
|
inline |
vector3d max |
Definition at line 166 of file vector3d.h.
vector3d min |
Definition at line 166 of file vector3d.h.