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 39 public static long getCPtr(GIM_CONTACT obj) { in getCPtr() 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 116 this(CollisionJNI.new_GIM_CONTACT__SWIG_1(GIM_CONTACT.getCPtr(contact), contact), true); in GIM_CONTACT() 119 public GIM_CONTACT(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in GIM_CONTACT() method in GIM_CONTACT
|