Home
last modified time | relevance | path

Searched refs:GIM_CONTACT (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_contact.h51 class GIM_CONTACT
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
125 class gim_contact_array:public gim_array<GIM_CONTACT>
128 gim_contact_array():gim_array<GIM_CONTACT>(64) in gim_contact_array()
136 GIM_CONTACT & newele = back(); in push_contact()
151 GIM_CONTACT & newele = back(); in push_triangle_contacts()
DbtContactProcessing.h42 class GIM_CONTACT
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
111 class btContactArray:public btAlignedObjectArray<GIM_CONTACT>
123 push_back( GIM_CONTACT(point,normal,depth,feature1,feature2) ); in push_contact()
Dgim_contact.cpp71 GIM_CONTACT * pcontact = &back(); in merge_contacts()
78 const GIM_CONTACT * scontact = &contacts[keycontacts[i].m_value]; in merge_contacts()
126 GIM_CONTACT average_contact = contacts.back(); in merge_contacts_unique()
DbtContactProcessing.cpp106 GIM_CONTACT * pcontact = &(*this)[0]; in merge_contacts()
111 const GIM_CONTACT * scontact = &contacts[keycontacts[i].m_value]; in merge_contacts()
161 GIM_CONTACT average_contact = contacts[0]; in merge_contacts_unique()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DGIM_CONTACT.java18 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
DCollisionJNI.java2832 …public final static native void GIM_CONTACT_point_set(long jarg1, GIM_CONTACT jarg1_, long jarg2, … in GIM_CONTACT_point_set()
2833 public final static native long GIM_CONTACT_point_get(long jarg1, GIM_CONTACT jarg1_); in GIM_CONTACT_point_get()
2834 …public final static native void GIM_CONTACT_normal_set(long jarg1, GIM_CONTACT jarg1_, long jarg2,… in GIM_CONTACT_normal_set()
2835 public final static native long GIM_CONTACT_normal_get(long jarg1, GIM_CONTACT jarg1_); in GIM_CONTACT_normal_get()
2836 …public final static native void GIM_CONTACT_depth_set(long jarg1, GIM_CONTACT jarg1_, float jarg2); in GIM_CONTACT_depth_set()
2837 public final static native float GIM_CONTACT_depth_get(long jarg1, GIM_CONTACT jarg1_); in GIM_CONTACT_depth_get()
2838 …public final static native void GIM_CONTACT_distance_set(long jarg1, GIM_CONTACT jarg1_, float jar… in GIM_CONTACT_distance_set()
2839 public final static native float GIM_CONTACT_distance_get(long jarg1, GIM_CONTACT jarg1_); in GIM_CONTACT_distance_get()
2840 …public final static native void GIM_CONTACT_feature1_set(long jarg1, GIM_CONTACT jarg1_, int jarg2… in GIM_CONTACT_feature1_set()
2841 public final static native int GIM_CONTACT_feature1_get(long jarg1, GIM_CONTACT jarg1_); in GIM_CONTACT_feature1_get()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp51771 GIM_CONTACT *arg1 = (GIM_CONTACT *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1point_1set()
51778 arg1 = *(GIM_CONTACT **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1point_1set()
51786 GIM_CONTACT *arg1 = (GIM_CONTACT *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1point_1get()
51792 arg1 = *(GIM_CONTACT **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1point_1get()
51800 GIM_CONTACT *arg1 = (GIM_CONTACT *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1normal_1set()
51807 arg1 = *(GIM_CONTACT **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1normal_1set()
51815 GIM_CONTACT *arg1 = (GIM_CONTACT *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1normal_1get()
51821 arg1 = *(GIM_CONTACT **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1normal_1get()
51829 GIM_CONTACT *arg1 = (GIM_CONTACT *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1depth_1set()
51835 arg1 = *(GIM_CONTACT **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_GIM_1CONTACT_1depth_1set()
[all …]
Dclasses.i23 SPECIFY_CLASS(GIM_CONTACT, com.badlogic.gdx.physics.bullet.collision)