$search
#include <rtcBoundingBox.h>
Public Member Functions | |
bool | apply (const std::vector< TriMesh * > meshes, Point &bbMin, Point &bbMax) |
bool | apply (const TriMesh &mesh, Point &bbMin, Point &bbMax) |
BoundingBox () | |
~BoundingBox () |
Definition at line 30 of file rtcBoundingBox.h.
rtc::BoundingBox::BoundingBox | ( | ) | [inline] |
Definition at line 33 of file rtcBoundingBox.h.
rtc::BoundingBox::~BoundingBox | ( | ) | [inline] |
Definition at line 34 of file rtcBoundingBox.h.
bool rtc::BoundingBox::apply | ( | const std::vector< TriMesh * > | meshes, | |
Point & | bbMin, | |||
Point & | bbMax | |||
) |
computes the oriented rectangular bounding box for the given meshes.
Definition at line 45 of file rtcBoundingBox.cpp.
computes the oriented rectangular bounding box for the given mesh.
Definition at line 30 of file rtcBoundingBox.cpp.