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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.h 48 class btRotationalLimitMotor
76 btRotationalLimitMotor()
95 btRotationalLimitMotor(const btRotationalLimitMotor & limot)
251 <li> For Angular limits, use the btRotationalLimitMotor structure for configuring the limit.
303 btRotationalLimitMotor m_angularLimits[3];
500 btRotationalLimitMotor * getRotationalLimitMotor(int index)
547 int get_limit_motor_info2( btRotationalLimitMotor * limot,
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRotationalLimitMotor.java 19 public class btRotationalLimitMotor extends BulletBase {
22 protected btRotationalLimitMotor(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btRotationalLimitMotor, normally you should not need this constructor it's intended for low-level usage. */
28 public btRotationalLimitMotor(long cPtr, boolean cMemoryOwn) {
29 this("btRotationalLimitMotor", cPtr, cMemoryOwn);
40 public static long getCPtr(btRotationalLimitMotor obj) {
190 public btRotationalLimitMotor() {
194 public btRotationalLimitMotor(btRotationalLimitMotor limot) {
195 this(DynamicsJNI.new_btRotationalLimitMotor__SWIG_1(btRotationalLimitMotor.getCPtr(limot), limot), true)
    [all...]

Completed in 531 milliseconds