Searched defs:Lerp (Results 1 – 6 of 6) sorted by relevance
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | Lerp.java | 19 public final class Lerp { class
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
| D | btSparseSDF.h | 290 static inline btScalar Lerp(btScalar a,btScalar b,btScalar t) in Lerp() function
|
| D | btSoftBodyInternals.h | 188 static inline T Lerp(const T& a,const T& b,btScalar t) in Lerp() function 195 static inline btMatrix3x3 Lerp( const btMatrix3x3& a, in Lerp() function
|
| /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
| D | Softbody.java | 65 public static Matrix3 Lerp(Matrix3 a, Matrix3 b, float t) { in Lerp() method in Softbody
|
| D | btSparseSdf3.java | 337 public static float Lerp(float a, float b, float t) { in Lerp() method in btSparseSdf3
|
| D | SoftbodyJNI.java | 1137 public final static native Matrix3 Lerp(Matrix3 jarg1, Matrix3 jarg2, float jarg3); in Lerp() method in SoftbodyJNI
|