#include <AxisAlignedBox.h>
Public Member Functions | |
| AxisAlignedBox () | |
| AxisAlignedBox (const T &v) | |
| AxisAlignedBox (const T &v, const T &w) | |
| void | include (const T &v) |
| void | include (const AxisAlignedBox< T > &b) |
| const T & | maxi () const |
| const T & | mini () const |
Private Attributes | |
| T | _max |
| T | _min |
Definition at line 53 of file AxisAlignedBox.h.
| vrender::AxisAlignedBox< T >::AxisAlignedBox | ( | ) |
Definition at line 73 of file AxisAlignedBox.h.
| vrender::AxisAlignedBox< T >::AxisAlignedBox | ( | const T & | v | ) |
Definition at line 78 of file AxisAlignedBox.h.
| vrender::AxisAlignedBox< T >::AxisAlignedBox | ( | const T & | v, |
| const T & | w | ||
| ) |
Definition at line 83 of file AxisAlignedBox.h.
| void vrender::AxisAlignedBox< T >::include | ( | const T & | v | ) |
Definition at line 89 of file AxisAlignedBox.h.
| void vrender::AxisAlignedBox< T >::include | ( | const AxisAlignedBox< T > & | b | ) |
Definition at line 95 of file AxisAlignedBox.h.
|
inline |
Definition at line 61 of file AxisAlignedBox.h.
|
inline |
Definition at line 60 of file AxisAlignedBox.h.
|
private |
Definition at line 67 of file AxisAlignedBox.h.
|
private |
Definition at line 66 of file AxisAlignedBox.h.