The class for the default algorithm fitting a bounding volume to a set of points.
More...
template<typename BV>
class hpp::fcl::BVFitter< BV >
The class for the default algorithm fitting a bounding volume to a set of points.
template<typename BV >
BV hpp::fcl::BVFitter< BV >::fit |
( |
unsigned int * |
primitive_indices, |
|
|
unsigned int |
num_primitives |
|
) |
| |
|
inline |
Compute a bounding volume that fits a set of primitives (points or triangles). The primitive data was set by set function and primitive_indices is the primitive index relative to the data.
The primitive is triangle
can fitting both current and previous frame
The primitive is point
can fitting both current and previous frame