HomeSort by relevance Sort by last modified time
    Searched defs:normalizeLocal (Results 26 - 27 of 27) sorted by null

12

  /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

12