Searched defs:setVelocity (Results 1 – 5 of 5) sorted by relevance
113 void AudioListener::setVelocity(const FloatPoint3D &velocity) in setVelocity() function in WebCore::AudioListener
67 void setVelocity(float x, float y, float z) { setVelocity(FloatPoint3D(x, y, z)); } in setVelocity() function
367 void PannerNode::setVelocity(float x, float y, float z) in setVelocity() function in WebCore::PannerNode
172 public final void setVelocity(Vector2 velocity) { in setVelocity() method in GameObject
309 this.setVelocity = function(x, y, xv, yv) { method in FluidField.Field