#include <GteAlignedBox.h>
Public Member Functions | |
AlignedBox () | |
AlignedBox (Vector< N, Real > const &inMin, Vector< N, Real > const &inMax) | |
void | GetCenteredForm (Vector< N, Real > ¢er, Vector< N, Real > &extent) const |
bool | operator!= (AlignedBox const &box) const |
bool | operator< (AlignedBox const &box) const |
bool | operator<= (AlignedBox const &box) const |
bool | operator== (AlignedBox const &box) const |
bool | operator> (AlignedBox const &box) const |
bool | operator>= (AlignedBox const &box) const |
Public Attributes | |
Vector< N, Real > | max |
Vector< N, Real > | min |
Definition at line 22 of file GteAlignedBox.h.
gte::AlignedBox< N, Real >::AlignedBox | ( | ) |
Definition at line 61 of file GteAlignedBox.h.
gte::AlignedBox< N, Real >::AlignedBox | ( | Vector< N, Real > const & | inMin, |
Vector< N, Real > const & | inMax | ||
) |
Definition at line 71 of file GteAlignedBox.h.
void gte::AlignedBox< N, Real >::GetCenteredForm | ( | Vector< N, Real > & | center, |
Vector< N, Real > & | extent | ||
) | const |
Definition at line 82 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator!= | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 96 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator< | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 102 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator<= | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 118 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator== | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 90 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator> | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 124 of file GteAlignedBox.h.
bool gte::AlignedBox< N, Real >::operator>= | ( | AlignedBox< N, Real > const & | box | ) | const |
Definition at line 130 of file GteAlignedBox.h.
Vector<N, Real> gte::AlignedBox< N, Real >::max |
Definition at line 40 of file GteAlignedBox.h.
Vector<N, Real> gte::AlignedBox< N, Real >::min |
Definition at line 40 of file GteAlignedBox.h.