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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintDistLimit.java 54 Vector3f targetLocation = ((Spatial) owner).getWorldTranslation();
60 Vector3f v = translations[frame].subtract(targetLocation);
61 this.distLimit(v, targetLocation, ipo.calculateValue(frame));
72 Vector3f targetLocation = targetWorldMatrix.toTranslationVector();
77 this.distLimit(ownerLocation, targetLocation, ipo.calculateValue(0));
85 * @param targetLocation
88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) {
89 Vector3f v = currentLocation.subtract(targetLocation);
97 currentLocation.set(v.addLocal(targetLocation));
104 currentLocation.set(v.addLocal(targetLocation));
    [all...]
ConstraintLocLike.java 90 private void locLike(Vector3f ownerLocation, Vector3f targetLocation, float influence) {
98 ownerLocation.x = targetLocation.x;
104 ownerLocation.y = targetLocation.y;
110 ownerLocation.z = targetLocation.z;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
pixelzoomer.js 141 var targetLocation = e.target.getBoundingClientRect();
142 pixelzoomer._percentX = (e.clientX - targetLocation.left) / targetLocation.width;
143 pixelzoomer._percentY = (e.clientY - targetLocation.top) / targetLocation.height;
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java 94 protected Vector3f targetLocation = new Vector3f(0, 0, 0);
325 targetLocation.set(target.getWorldTranslation()).addLocal(lookAtOffset);
329 targetDir.set(targetLocation).subtractLocal(prevPos);
403 distance = temp.set(targetLocation).subtractLocal(cam.getLocation()).length();
454 prevPos.set(targetLocation);
457 cam.lookAt(targetLocation, initialUpVec);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 110 protected Vector3f targetLocation = new Vector3f();
205 if (!ray.intersectsWherePlane(plane, targetLocation)) {
207 ray.intersectsWherePlane(plane, targetLocation);
224 reflectionCam.lookAt(targetLocation, vect3);
WaterFilter.java 76 private Vector3f targetLocation = new Vector3f();
155 if (!ray.intersectsWherePlane(plane, targetLocation)) {
157 ray.intersectsWherePlane(plane, targetLocation);
176 reflectionCam.lookAt(targetLocation, vars.vect3);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceFrame.js 854 var targetLocation = WebInspector.ParsedURL.completeURL(this._sourceFrame._url, hrefValue);
855 return WebInspector.linkifyURLAsNode(targetLocation || hrefValue, hrefValue, undefined, isExternal);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 352 milliseconds