38 #ifndef FCL_MATH_BV_UTILITY_H 39 #define FCL_MATH_BV_UTILITY_H 41 #include "fcl/common/types.h" 48 template <
typename BV>
49 void fit(Vector3<typename BV::S>* ps,
int n, BV& bv);
53 template <
typename BV1,
typename BV2>
55 const BV1& bv1,
const Transform3<typename BV1::S>& tf1, BV2& bv2);
59 #include "fcl/math/bv/utility-inl.h" void convertBV(const BV1 &bv1, const Transform3< typename BV1::S > &tf1, BV2 &bv2)
Convert a bounding volume of type BV1 in configuration tf1 to bounding volume of type BV2 in identity...
Definition: utility-inl.h:934
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
void fit(Vector3< typename BV::S > *ps, int n, BV &bv)
Compute a bounding volume that fits a set of n points.
Definition: utility-inl.h:647