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

  /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);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
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...]

Completed in 74 milliseconds