Home
last modified time | relevance | path

Searched defs:interpolate_normals (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() function
Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DGIM_CONTACT.java127 public void interpolate_normals(btVector3 normals, int normal_count) { in interpolate_normals() method in GIM_CONTACT