Searched defs:GIM_CONTACT (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | GIM_CONTACT.java | 18 public class GIM_CONTACT extends BulletBase { class 21 protected GIM_CONTACT(final String className, long cPtr, boolean cMemoryOwn) { in GIM_CONTACT() method in GIM_CONTACT 27 public GIM_CONTACT(long cPtr, boolean cMemoryOwn) { in GIM_CONTACT() method in GIM_CONTACT 111 public GIM_CONTACT() { in GIM_CONTACT() method in GIM_CONTACT 115 public GIM_CONTACT(GIM_CONTACT contact) { in GIM_CONTACT() method in GIM_CONTACT 119 public GIM_CONTACT(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in GIM_CONTACT() method in GIM_CONTACT
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btContactProcessing.h | 52 GIM_CONTACT() in GIM_CONTACT() function 56 GIM_CONTACT(const GIM_CONTACT & contact): in GIM_CONTACT() function 65 GIM_CONTACT(const btVector3 &point,const btVector3 & normal, in GIM_CONTACT() function
|
D | gim_contact.h | 61 GIM_CONTACT() in GIM_CONTACT() function 65 GIM_CONTACT(const GIM_CONTACT & contact): in GIM_CONTACT() function 79 GIM_CONTACT(const btVector3 &point,const btVector3 & normal, in GIM_CONTACT() function
|