| Functions | |
| template<typename S > | |
| FCL_EXPORT void | fit1 (const Vector3< S > *const ps, OBB< S > &bv) | 
| template void | fit1 (const Vector3d *const ps, OBB< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fit2 (const Vector3< S > *const ps, OBB< S > &bv) | 
| template void | fit2 (const Vector3d *const ps, OBB< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fit3 (const Vector3< S > *const ps, OBB< S > &bv) | 
| template void | fit3 (const Vector3d *const ps, OBB< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fit6 (const Vector3< S > *const ps, OBB< S > &bv) | 
| template void | fit6 (const Vector3d *const ps, OBB< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fitn (const Vector3< S > *const ps, int n, OBB< S > &bv) | 
| template void | fitn (const Vector3d *const ps, int n, OBB< double > &bv) | 
| FCL_EXPORT void fcl::detail::OBB_fit_functions::fit1 | ( | const Vector3< S > *const | ps, | 
| OBB< S > & | bv | ||
| ) | 
Definition at line 66 of file math/bv/utility-inl.h.
| FCL_EXPORT void fcl::detail::OBB_fit_functions::fit2 | ( | const Vector3< S > *const | ps, | 
| OBB< S > & | bv | ||
| ) | 
Definition at line 76 of file math/bv/utility-inl.h.
| FCL_EXPORT void fcl::detail::OBB_fit_functions::fit3 | ( | const Vector3< S > *const | ps, | 
| OBB< S > & | bv | ||
| ) | 
Definition at line 92 of file math/bv/utility-inl.h.
| FCL_EXPORT void fcl::detail::OBB_fit_functions::fit6 | ( | const Vector3< S > *const | ps, | 
| OBB< S > & | bv | ||
| ) | 
Definition at line 122 of file math/bv/utility-inl.h.
| FCL_EXPORT void fcl::detail::OBB_fit_functions::fitn | ( | const Vector3< S > *const | ps, | 
| int | n, | ||
| OBB< S > & | bv | ||
| ) | 
Definition at line 133 of file math/bv/utility-inl.h.