HomeSort by relevance Sort by last modified time
    Searched refs:startVelocity (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DefaultParticleInfluencer.java 24 protected Vector3f startVelocity = new Vector3f();
40 particle.velocity.set(startVelocity);
44 temp.multLocal(startVelocity.length());
51 oc.write(startVelocity, "startVelocity", Vector3f.ZERO);
58 startVelocity = (Vector3f) ic.readSavable("startVelocity", Vector3f.ZERO.clone());
66 clone.startVelocity = startVelocity.clone();
75 this.startVelocity.set(initialVelocity)
    [all...]
NewtonianParticleInfluencer.java 118 result.startVelocity = startVelocity;
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 1160 var startVelocity = Math.abs(this.initialVelocity);
1161 if (startVelocity > this._velocityAtTime(0))
1162 startVelocity = this._velocityAtTime(0);
1163 if (startVelocity < 0)
1164 startVelocity = 0;
1169 this._timeOffset = this._timeAtVelocity(startVelocity);
    [all...]

Completed in 1579 milliseconds