OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setVelocity
(Results
1 - 8
of
8
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
Listener.java
109
public void
setVelocity
(Vector3f velocity) {
AudioNode.java
463
* @see AudioNode#
setVelocity
(com.jme3.math.Vector3f)
476
public void
setVelocity
(Vector3f velocity) {
/external/jmonkeyengine/engine/src/test/jme3test/audio/
TestDoppler.java
96
ufo.
setVelocity
(new Vector3f(dx, 0, dz));
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java
89
public void
setVelocity
(Vector3f velocity) {
399
ss.
setVelocity
(new Vector3f(10, 10, 10));
404
ss2.
setVelocity
(new Vector3f(-10, -10, -10));
/cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js
76
field.
setVelocity
(i, i, n, n);
78
field.
setVelocity
(i, n - i, -n, -n);
80
field.
setVelocity
(128 - i, n + i, -n, -n);
327
this.
setVelocity
= function(x, y, xv, yv) {
/external/v8/benchmarks/
navier-stokes.js
58
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) {
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
172
public final void
setVelocity
(Vector2 velocity) {
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
192
currentShip.
setVelocity
(0, 0);
444
obstacle.
setVelocity
(velocityX, velocityY);
511
public void
setVelocity
(float x, float y) {
676
setVelocity
(0, 0);
738
bullet.
setVelocity
(getBulletVelocityX(),
[
all
...]
Completed in 140 milliseconds