11 #ifndef HRPCOLLISION_COLLISION_PAIR_INSERTER_BASE_H_INCLUDED 12 #define HRPCOLLISION_COLLISION_PAIR_INSERTER_BASE_H_INCLUDED 15 #include <boost/intrusive_ptr.hpp> 25 class ColdetModelSharedDataSet;
51 virtual int detectTriTriOverlap(
Vector3 CD_Trans1
translation of the first mesh
bool normalVectorCorrection
flag to enable/disable normal vector correction
std::vector< collision_data > & collisions()
get collision information
CollisionPairInserterBase()
double CD_s1
scale of the first mesh
virtual ~CollisionPairInserterBase()
Matrix33 CD_Rot2
rotation of the second mesh
std::vector< collision_data > cdContact
collision information
void clear()
clear collision information
double CD_s2
scale of the second mesh
Vector3 CD_Trans2
translation of the second mesh
Matrix33 CD_Rot1
rotation of the first mesh