List of all members.
Public Member Functions |
| Box (const Vec2< T > &point) |
| Box (const Vec2< T > &minT, const Vec2< T > &maxT) |
bool | operator== (const Box< Vec2< T > > &src) const |
bool | operator!= (const Box< Vec2< T > > &src) const |
void | makeEmpty () |
void | extendBy (const Vec2< T > &point) |
void | extendBy (const Box< Vec2< T > > &box) |
Vec2< T > | size () const |
Vec2< T > | center () const |
bool | intersects (const Vec2< T > &point) const |
bool | intersects (const Box< Vec2< T > > &box) const |
unsigned int | majorAxis () const |
bool | isEmpty () const |
bool | hasVolume () const |
Public Attributes |
Vec2< T > | min |
Vec2< T > | max |
template<class T>
class Imath::Box< Vec2< T > >
The documentation for this class was generated from the following file:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/ImathBox.h