Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_geom_types.h56 typedef GINT vec2i[2];
58 typedef GINT vec3i[3];
60 typedef GINT vec4i[4];
Dgim_contact.h92 GINT _coords[] = { in calc_key_contact()
93 (GINT)(m_point[0]*1000.0f+1.0f), in calc_key_contact()
94 (GINT)(m_point[1]*1333.0f), in calc_key_contact()
95 (GINT)(m_point[2]*2133.0f+3.0f)}; in calc_key_contact()
Dgim_math.h41 #define GINT int macro
85 #define GIM_SIR(x) ((GINT&)(x))