#include <btContactProcessing.h>
Public Member Functions | |
btContactArray () | |
void | merge_contacts (const btContactArray &contacts, bool normal_contact_average=true) |
void | merge_contacts_unique (const btContactArray &contacts) |
SIMD_FORCE_INLINE void | push_contact (const btVector3 &point, const btVector3 &normal, btScalar depth, int feature1, int feature2) |
SIMD_FORCE_INLINE void | push_triangle_contacts (const GIM_TRIANGLE_CONTACT &tricontact, int feature1, int feature2) |
Definition at line 111 of file btContactProcessing.h.
btContactArray::btContactArray | ( | ) | [inline] |
Definition at line 114 of file btContactProcessing.h.
void btContactArray::merge_contacts | ( | const btContactArray & | contacts, |
bool | normal_contact_average = true |
||
) |
void btContactArray::merge_contacts_unique | ( | const btContactArray & | contacts | ) |
SIMD_FORCE_INLINE void btContactArray::push_contact | ( | const btVector3 & | point, |
const btVector3 & | normal, | ||
btScalar | depth, | ||
int | feature1, | ||
int | feature2 | ||
) | [inline] |
Definition at line 119 of file btContactProcessing.h.
SIMD_FORCE_INLINE void btContactArray::push_triangle_contacts | ( | const GIM_TRIANGLE_CONTACT & | tricontact, |
int | feature1, | ||
int | feature2 | ||
) | [inline] |
Definition at line 126 of file btContactProcessing.h.