HDK
|
#include <ImathBox.h>
Public Member Functions | |
Box () | |
Box (const Vec3< T > &point) | |
Box (const Vec3< T > &minT, const Vec3< T > &maxT) | |
bool | operator== (const Box< Vec3< T > > &src) const |
bool | operator!= (const Box< Vec3< T > > &src) const |
void | makeEmpty () |
void | extendBy (const Vec3< T > &point) |
void | extendBy (const Box< Vec3< T > > &box) |
void | makeInfinite () |
Vec3< T > | size () const |
Vec3< T > | center () const |
bool | intersects (const Vec3< T > &point) const |
bool | intersects (const Box< Vec3< T > > &box) const |
unsigned int | majorAxis () const |
bool | isEmpty () const |
bool | hasVolume () const |
bool | isInfinite () const |
Public Attributes | |
Vec3< T > | min |
Vec3< T > | max |
Definition at line 585 of file ImathBox.h.
Definition at line 653 of file ImathBox.h.
Definition at line 661 of file ImathBox.h.
Definition at line 786 of file ImathBox.h.
Definition at line 701 of file ImathBox.h.
Definition at line 725 of file ImathBox.h.
Definition at line 819 of file ImathBox.h.
Definition at line 749 of file ImathBox.h.
Definition at line 762 of file ImathBox.h.
Definition at line 794 of file ImathBox.h.
Definition at line 806 of file ImathBox.h.
Definition at line 832 of file ImathBox.h.
Definition at line 685 of file ImathBox.h.
Definition at line 692 of file ImathBox.h.
Definition at line 678 of file ImathBox.h.
Definition at line 670 of file ImathBox.h.
Definition at line 775 of file ImathBox.h.