OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modelPosition
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java
116
protected Vector3f
modelPosition
= new Vector3f();
167
if (mode == mode.Ragdoll && targetModel.getLocalTranslation().equals(
modelPosition
)) {
190
modelPosition
.set(p).subtractLocal(link.bone.getWorldBindPosition());
191
targetModel.getParent().getWorldTransform().transformInverseVector(
modelPosition
,
modelPosition
);
196
targetModel.setLocalTranslation(
modelPosition
);
249
modelPosition
.set(targetModel.getLocalTranslation());
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 26 milliseconds