| Functions | |
| template<typename S > | |
| FCL_EXPORT void | fit1 (const Vector3< S > *const ps, OBBRSS< S > &bv) | 
| template void | fit1 (const Vector3d *const ps, OBBRSS< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fit2 (const Vector3< S > *const ps, OBBRSS< S > &bv) | 
| template void | fit2 (const Vector3d *const ps, OBBRSS< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fit3 (const Vector3< S > *const ps, OBBRSS< S > &bv) | 
| template void | fit3 (const Vector3d *const ps, OBBRSS< double > &bv) | 
| template<typename S > | |
| FCL_EXPORT void | fitn (const Vector3< S > *const ps, int n, OBBRSS< S > &bv) | 
| template void | fitn (const Vector3d *const ps, int n, OBBRSS< double > &bv) | 
| FCL_EXPORT void fcl::detail::OBBRSS_fit_functions::fit1 | ( | const Vector3< S > *const | ps, | 
| OBBRSS< S > & | bv | ||
| ) | 
Definition at line 489 of file math/bv/utility-inl.h.
| template void fcl::detail::OBBRSS_fit_functions::fit1 | ( | const Vector3d *const | ps, | 
| OBBRSS< double > & | bv | ||
| ) | 
| FCL_EXPORT void fcl::detail::OBBRSS_fit_functions::fit2 | ( | const Vector3< S > *const | ps, | 
| OBBRSS< S > & | bv | ||
| ) | 
Definition at line 498 of file math/bv/utility-inl.h.
| template void fcl::detail::OBBRSS_fit_functions::fit2 | ( | const Vector3d *const | ps, | 
| OBBRSS< double > & | bv | ||
| ) | 
| FCL_EXPORT void fcl::detail::OBBRSS_fit_functions::fit3 | ( | const Vector3< S > *const | ps, | 
| OBBRSS< S > & | bv | ||
| ) | 
Definition at line 507 of file math/bv/utility-inl.h.
| template void fcl::detail::OBBRSS_fit_functions::fit3 | ( | const Vector3d *const | ps, | 
| OBBRSS< double > & | bv | ||
| ) | 
| FCL_EXPORT void fcl::detail::OBBRSS_fit_functions::fitn | ( | const Vector3< S > *const | ps, | 
| int | n, | ||
| OBBRSS< S > & | bv | ||
| ) | 
Definition at line 516 of file math/bv/utility-inl.h.