Home
last modified time | relevance | path

Searched refs:m_feature2 (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_contact.h59 GUINT m_feature2;//Face number variable
70 m_feature2(contact.m_feature2) in GIM_CONTACT()
76 m_feature2 = contact.m_feature2; in GIM_CONTACT()
85 m_feature2(feature2) in GIM_CONTACT()
141 newele.m_feature2 = feature2; in push_contact()
156 newele.m_feature2 = feature2; in push_triangle_contacts()
DbtContactProcessing.h50 int m_feature2;//Face number variable
61 m_feature2(contact.m_feature2) in GIM_CONTACT()
71 m_feature2(feature2) in GIM_CONTACT()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp51921 if (arg1) (arg1)->m_feature2 = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1feature2_1set()
51934 result = (int) ((arg1)->m_feature2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1feature2_1get()