HDK
|
#include <ImathBox.h>
Public Member Functions | |
Box () | |
Box (const T &point) | |
Box (const T &minT, const T &maxT) | |
bool | operator== (const Box< T > &src) const |
bool | operator!= (const Box< T > &src) const |
void | makeEmpty () |
void | extendBy (const T &point) |
void | extendBy (const Box< T > &box) |
void | makeInfinite () |
T | size () const |
T | center () const |
bool | intersects (const T &point) const |
bool | intersects (const Box< T > &box) const |
unsigned int | majorAxis () const |
bool | isEmpty () const |
bool | hasVolume () const |
bool | isInfinite () const |
Public Attributes | |
T | min |
T | max |
Definition at line 72 of file ImathBox.h.
Definition at line 147 of file ImathBox.h.
Definition at line 154 of file ImathBox.h.
Definition at line 162 of file ImathBox.h.
Definition at line 271 of file ImathBox.h.
Definition at line 202 of file ImathBox.h.
Definition at line 217 of file ImathBox.h.
Definition at line 306 of file ImathBox.h.
Definition at line 232 of file ImathBox.h.
Definition at line 246 of file ImathBox.h.
Definition at line 279 of file ImathBox.h.
Definition at line 292 of file ImathBox.h.
Definition at line 320 of file ImathBox.h.
Definition at line 186 of file ImathBox.h.
Definition at line 193 of file ImathBox.h.
Definition at line 179 of file ImathBox.h.
Definition at line 171 of file ImathBox.h.
Definition at line 260 of file ImathBox.h.
Definition at line 81 of file ImathBox.h.
Definition at line 80 of file ImathBox.h.