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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 69 Vector3f localLocation = spatial.getLocalTranslation();
71 boolean physicsLocationDirty = applyTransform(motionStateId, localLocation, localRotationQuat);
76 localLocation.subtractLocal(spatial.getParent().getWorldTranslation());
77 localLocation.divideLocal(spatial.getParent().getWorldScale());
78 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
83 spatial.setLocalTranslation(localLocation);
86 spatial.setLocalTranslation(localLocation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 55 private Vector3f localLocation = new Vector3f();
110 localLocation.set(worldLocation).subtractLocal(spatial.getParent().getWorldTranslation());
111 localLocation.divideLocal(spatial.getParent().getWorldScale());
112 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
117 spatial.setLocalTranslation(localLocation);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java 134 Vector3f localLocation = spatial.getLocalTranslation();
136 getPhysicsLocation(localLocation);
137 localLocation.subtractLocal(spatial.getParent().getWorldTranslation());
138 localLocation.divideLocal(spatial.getParent().getWorldScale());
139 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
140 spatial.setLocalTranslation(localLocation);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 104 Vector3f localLocation = wheelSpatial.getLocalTranslation();
106 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
107 localLocation.divideLocal(wheelSpatial.getParent().getWorldScale());
108 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
113 wheelSpatial.setLocalTranslation(localLocation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 100 Vector3f localLocation = wheelSpatial.getLocalTranslation();
102 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
103 localLocation.divideLocal(wheelSpatial.getParent().getWorldScale());
104 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
109 wheelSpatial.setLocalTranslation(localLocation);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 82 milliseconds