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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 358 public float getTargetLinMotorVelocity() {
359 return getTargetLinMotorVelocity(objectId);
362 private native float getTargetLinMotorVelocity(long objectId);
450 capsule.write(getTargetLinMotorVelocity(), "targetLinMotorVelicoty", 0f);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 266 public float getTargetLinMotorVelocity() {
267 return ((SliderConstraint) constraint).getTargetLinMotorVelocity();
338 capsule.write(((SliderConstraint) constraint).getTargetLinMotorVelocity(), "targetLinMotorVelicoty", 0f);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SliderJoint.cpp 781 * Method: getTargetLinMotorVelocity
792 return joint->getTargetLinMotorVelocity();
    [all...]

Completed in 54 milliseconds