Home
last modified time | relevance | path

Searched refs:setTargetVelocity (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java80 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity() method in RotationalLimitMotor
81 setTargetVelocity(motorId, targetVelocity); in setTargetVelocity()
84 private native void setTargetVelocity(long motorId, float targetVelocity); in setTargetVelocity() method in RotationalLimitMotor
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java70 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity() method in RotationalLimitMotor
/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java180 public final void setTargetVelocity(Vector2 targetVelocity) { in setTargetVelocity() method in GameObject
DPhysicsComponent.java121 parentObject.setTargetVelocity(newVelocity); in update()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DSixDofJoint.java187 … rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0)); in read()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DSixDofJoint.java189 … rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0)); in read()