Home
last modified time | relevance | path

Searched defs:getTargetVelocity (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java74 public float getTargetVelocity() { in getTargetVelocity() method in RotationalLimitMotor
78 private native float getTargetVelocity(long motorId); in getTargetVelocity() method in RotationalLimitMotor
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java66 public float getTargetVelocity() { in getTargetVelocity() method in RotationalLimitMotor
/external/replicaisland/src/com/replica/replicaisland/
DGameObject.java176 public final Vector2 getTargetVelocity() { in getTargetVelocity() method in GameObject