Home
last modified time | relevance | path

Searched defs:targetVelocity (Results 1 – 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DHingeJoint.java76 public void enableMotor(boolean enable, float targetVelocity, float maxMotorImpulse) { in enableMotor()
143 float targetVelocity=capsule.readFloat("targetVelocity", 0.0f); in read() local
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DHingeJoint.java76 public void enableMotor(boolean enable, float targetVelocity, float maxMotorImpulse) { in enableMotor()
80 …private native void enableMotor(long objectId, boolean enable, float targetVelocity, float maxMoto… in enableMotor()
175 float targetVelocity = capsule.readFloat("targetVelocity", 0.0f); in read() local
/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()
DOrbitalMagnetComponent.java84 final Vector2 targetVelocity = target.getVelocity(); in applyMagnetism() local
DGameObject.java180 public final void setTargetVelocity(Vector2 targetVelocity) { in setTargetVelocity()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java80 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity()
84 private native void setTargetVelocity(long motorId, float targetVelocity); in setTargetVelocity()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
DRotationalLimitMotor.java70 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_HingeJoint.cpp49 …(JNIEnv * env, jobject object, jlong jointId, jboolean enable, jfloat targetVelocity, jfloat maxMo… in Java_com_jme3_bullet_joints_HingeJoint_enableMotor()