Searched defs:setVelocity (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java109 public void setVelocity(Vector3f velocity) { method in class:Listener
H A DAudioNode.java463 * @see AudioNode#setVelocity(com.jme3.math.Vector3f)
476 public void setVelocity(Vector3f velocity) { method in class:AudioNode
/external/webkit/Source/WebCore/webaudio/
H A DAudioListener.h66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } function in class:WebCore::AudioListener
67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } function in class:WebCore::AudioListener
H A DAudioPannerNode.h87 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); } function in class:WebCore::AudioPannerNode
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java89 public void setVelocity(Vector3f velocity) { method in class:SweepSphere
399 ss.setVelocity(new Vector3f(10, 10, 10));
404 ss2.setVelocity(new Vector3f(-10, -10, -10));
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java172 public final void setVelocity(Vector2 velocity) { method in class:GameObject
/external/v8/benchmarks/
H A Dnavier-stokes.js58 field.setVelocity(i, i, n, n);
60 field.setVelocity(i, n - i, -n, -n);
62 field.setVelocity(128 - i, n + i, -n, -n);
309 this.setVelocity = function(x, y, xv, yv) {

Completed in 148 milliseconds