OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:worldrot
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java
86
private Quaternion
worldRot
= new Quaternion();
215
return
worldRot
;
328
parent.
worldRot
.mult(localRot,
worldRot
);
337
parent.
worldRot
.mult(localPos, worldPos);
341
worldRot
.set(localRot);
348
attachNode.setLocalRotation(
worldRot
);
382
worldBindInverseRot.set(
worldRot
);
423
Quaternion rotate =
worldRot
.mult(worldBindInverseRot, tmp1);
463
worldRot
.set(rotation)
[
all
...]
Completed in 158 milliseconds