OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:worldLocation
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java
49
private Vector3f
worldLocation
= new Vector3f();
88
// spatial.setLocalTranslation(
worldLocation
);
100
* @return the
worldLocation
103
getWorldLocation(motionStateId,
worldLocation
);
104
return
worldLocation
;
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java
52
private Vector3f
worldLocation
= new Vector3f();
88
Converter.convert(worldTrans.origin,
worldLocation
);
93
// physicsMotionStateListener.stateChanged(
worldLocation
, worldRotation);
110
localLocation.set(
worldLocation
).subtractLocal(spatial.getParent().getWorldTranslation());
120
spatial.setLocalTranslation(
worldLocation
);
128
* @return the
worldLocation
131
return
worldLocation
;
173
// trans.setTranslation(
worldLocation
);
185
//
worldLocation
.set(location);
188
// Converter.convert(
worldLocation
, motionStateTrans.origin)
[
all
...]
Completed in 178 milliseconds