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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
Softbody.java 141 public static float ImplicitSolve(btSoftBody.ImplicitFn fn, Vector3 a, Vector3 b, float accuracy, int maxiterations) {
142 return SoftbodyJNI.ImplicitSolve__SWIG_0(btSoftBody.ImplicitFn.getCPtr(fn), fn, a, b, accuracy, maxiterations);
145 public static float ImplicitSolve(btSoftBody.ImplicitFn fn, Vector3 a, Vector3 b, float accuracy) {
146 return SoftbodyJNI.ImplicitSolve__SWIG_1(btSoftBody.ImplicitFn.getCPtr(fn), fn, a, b, accuracy);
btSoftBody.java 566 static public class ImplicitFn extends BulletBase {
569 protected ImplicitFn(final String className, long cPtr, boolean cMemoryOwn) {
574 /** Construct a new ImplicitFn, normally you should not need this constructor it's intended for low-level usage. */
575 public ImplicitFn(long cPtr, boolean cMemoryOwn) {
576 this("ImplicitFn", cPtr, cMemoryOwn);
587 public static long getCPtr(ImplicitFn obj) {
    [all...]
SoftbodyJNI.java 150 public final static native float btSoftBody_ImplicitFn_Eval(long jarg1, btSoftBody.ImplicitFn jarg1_, Vector3 jarg2);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 171 /* ImplicitFn */
172 struct ImplicitFn
174 virtual ~ImplicitFn() {}
859 void refine(ImplicitFn* ifn,btScalar accurary,bool cut);
btSoftBodyInternals.h 425 static btScalar ImplicitSolve( btSoftBody::ImplicitFn* fn,
btSoftBody.cpp 1385 void btSoftBody::refine(ImplicitFn* ifn,btScalar accurary,bool cut)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 495 milliseconds