PBRT
Imath::Box< Vec3< T > > Class Template Reference

List of all members.

Public Member Functions

 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)
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

Public Attributes

Vec3< T > min
Vec3< T > max

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


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