38 #ifndef FCL_BV_FITTER_H 39 #define FCL_BV_FITTER_H 55 template <
typename BV>
78 BV
fit(
unsigned int* primitive_indices,
int num_primitives);
90 template <
typename,
typename>
93 template <
typename,
typename>
BVHModelType
BVH model type.
Vector3< S > * prev_vertices
Eigen::Matrix< S, 3, 1 > Vector3
Triangle with 3 indices for points.
Interface for fitting a bv given the triangles or points inside it.
The class for the default algorithm fitting a bounding volume to a set of points. ...
typename BVFitterBase< BV >::S S
FCL_EXPORT void fit(const Vector3< typename BV::S > *const ps, int n, BV &bv)
Compute a bounding volume that fits a set of n points.