HomeSort by relevance Sort by last modified time
    Searched refs:interpolate_normals (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btContactProcessing.h 92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) function in class:GIM_CONTACT
btContactProcessing.cpp 138 pcontact->interpolate_normals(coincident_normals,coincident_count);
gim_contact.cpp 105 pcontact->interpolate_normals(coincident_normals,coincident_count);
gim_contact.h 106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) function in class:GIM_CONTACT
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
GIM_CONTACT.java 127 public void interpolate_normals(btVector3 normals, int normal_count) { method in class:GIM_CONTACT

Completed in 625 milliseconds