OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:normalizeLocal
(Results
26 - 27
of
27
) sorted by null
1
2
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java
750
normalizeLocal
();
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java
727
this.rotation.
normalizeLocal
();
819
newDirection.set(pos).subtractLocal(location).
normalizeLocal
();
821
newUp.set(worldUpVector).
normalizeLocal
();
826
newLeft.set(newUp).crossLocal(newDirection).
normalizeLocal
();
835
newUp.set(newDirection).crossLocal(newLeft).
normalizeLocal
();
838
this.rotation.
normalizeLocal
();
[
all
...]
Completed in 2656 milliseconds
1
2