Searched refs:torque (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java526 * @param torque the torque
528 public void applyTorque(Vector3f torque) { argument
529 applyTorque(objectId, torque);
548 * Apply a torque impulse to the PhysicsRigidBody in the next physics update.
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java486 * @param torque the torque
488 public void applyTorque(final Vector3f torque) { argument
489 rBody.applyTorque(Converter.convert(torque, tempVec));
504 * Apply a torque impulse to the PhysicsRigidBody in the next physics update.

Completed in 72 milliseconds