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