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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodySolvers.h 135 class btSoftBodySolverOutput
140 btSoftBodySolverOutput()
144 virtual ~btSoftBodySolverOutput()
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBodySolverOutput.java 20 public class btSoftBodySolverOutput extends BulletBase {
23 protected btSoftBodySolverOutput(final String className, long cPtr, boolean cMemoryOwn) {
28 /** Construct a new btSoftBodySolverOutput, normally you should not need this constructor it's intended for low-level usage. */
29 public btSoftBodySolverOutput(long cPtr, boolean cMemoryOwn) {
30 this("btSoftBodySolverOutput", cPtr, cMemoryOwn);
41 public static long getCPtr(btSoftBodySolverOutput obj) {

Completed in 921 milliseconds