Home
last modified time | relevance | path

Searched refs:setVelocity (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
DAudioListener.h66 void setVelocity(double x, double y, double z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function
67 void setVelocity(const FloatPoint3D &velocity) { m_velocity = velocity; } in setVelocity() function
DAudioPannerNode.h87 void setVelocity(float x, float y, float z) { m_velocity = FloatPoint3D(x, y, z); } in setVelocity() function
DAudioListener.idl38 void setVelocity(in float x, in float y, in float z);
DAudioPannerNode.idl42 void setVelocity(in float x, in float y, in float z);
/external/v8/benchmarks/
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) { method in FluidField.Field
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java89 public void setVelocity(Vector3f velocity) { in setVelocity() method in SweepSphere
399 ss.setVelocity(new Vector3f(10, 10, 10)); in main()
404 ss2.setVelocity(new Vector3f(-10, -10, -10)); in main()
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestDoppler.java96 ufo.setVelocity(new Vector3f(dx, 0, dz)); in simpleUpdate()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DListener.java109 public void setVelocity(Vector3f velocity) { in setVelocity() method in Listener
DAudioNode.java476 public void setVelocity(Vector3f velocity) { in setVelocity() method in AudioNode
/external/replicaisland/src/com/replica/replicaisland/
DLauncherComponent.java111 object.setVelocity(mLaunchDirection); in fire()
DGameObject.java172 public final void setVelocity(Vector2 velocity) { in setVelocity() method in GameObject
DPhysicsComponent.java120 parentObject.setVelocity(newVelocity); in update()
DHitReactionComponent.java184 parent.setVelocity(newVelocity); in receivedHit()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-064228 (WebCore::AudioListener::setVelocity):
4241 (WebCore::AudioPannerNode::setVelocity):
39898 (WebCore::AudioPannerNode::setVelocity):
62389 (WebCore::AudioListener::setVelocity):