Searched refs:rel_pos (Results 1 – 2 of 2) sorted by relevance
540 public void applyImpulse(Vector3f impulse, Vector3f rel_pos) { in applyImpulse() argument541 applyImpulse(objectId, impulse, rel_pos); in applyImpulse()545 private native void applyImpulse(long objectId, Vector3f impulse, Vector3f rel_pos); in applyImpulse() argument
498 public void applyImpulse(final Vector3f impulse, final Vector3f rel_pos) { in applyImpulse() argument499 … rBody.applyImpulse(Converter.convert(impulse, tempVec), Converter.convert(rel_pos, tempVec2)); in applyImpulse()