PBRT
Imath::Box< T > Class Template Reference

List of all members.

Public Member Functions

 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)
size () const
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

Public Attributes

min
max

template<class T>
class Imath::Box< T >


The documentation for this class was generated from the following file: