#include <obox3.h>
Public Member Functions | |
bool | IsIn (Point3< T > const &p) const |
Obox3 () | |
The bounding box constructor. | |
Obox3 (const Obox3 &b) | |
Copy constructor. | |
Obox3 (const Point3< T > &min, const Point3< T > &max, const Point3< T > *frame) | |
Min Max Frame constructor. | |
~Obox3 () | |
The bounding box distructor. | |
Public Attributes | |
Matrix44< T > | m |
Matrix44< T > | mi |
vcg::Obox3< T >::Obox3 | ( | ) | [inline] |
vcg::Obox3< T >::Obox3 | ( | const Obox3< T > & | b | ) | [inline] |
vcg::Obox3< T >::~Obox3 | ( | ) | [inline] |
bool vcg::Obox3< T >::IsIn | ( | Point3< T > const & | p | ) | const [inline] |
Verifica se un punto appartiene ad un bounding box.
p | The point 3D |
Reimplemented from vcg::Box3< T >.