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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btAngularLimit.java 19 public class btAngularLimit extends BulletBase {
22 protected btAngularLimit(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btAngularLimit, normally you should not need this constructor it's intended for low-level usage. */
28 public btAngularLimit(long cPtr, boolean cMemoryOwn) {
29 this("btAngularLimit", cPtr, cMemoryOwn);
40 public static long getCPtr(btAngularLimit obj) {
62 public btAngularLimit() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.h 451 class btAngularLimit
468 btAngularLimit()

Completed in 1479 milliseconds