Go to the source code of this file.
|
template<typename S , typename BV > |
void | fcl::detail::computeSplitValue_bvcenter (const BV &bv, S &split_value) |
|
template<typename S , typename BV > |
void | fcl::detail::computeSplitValue_mean (const BV &bv, Vector3< S > *vertices, Triangle *triangles, unsigned int *primitive_indices, int num_primitives, BVHModelType type, const Vector3< S > &split_vector, S &split_value) |
|
template<typename S , typename BV > |
void | fcl::detail::computeSplitValue_median (const BV &bv, Vector3< S > *vertices, Triangle *triangles, unsigned int *primitive_indices, int num_primitives, BVHModelType type, const Vector3< S > &split_vector, S &split_value) |
|
template<typename S , typename BV > |
void | fcl::detail::computeSplitVector (const BV &bv, Vector3< S > &split_vector) |
|