HomeSort by relevance Sort by last modified time
    Searched defs:getLocalRotation (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 85 tempRot.set(geometry.getLocalRotation());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java 105 rotations[frame].set(this.getLocalRotation());
126 return bone.getName() + ": " + this.getLocalRotation() + " " + this.getLocalTranslation();
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 95 tempRot.set(geometry.getLocalRotation());
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 187 public Quaternion getLocalRotation() {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 413 getLocalRotation().lookAt(compVecA, upVector);
776 * <code>getLocalRotation</code> retrieves the local rotation of this
781 public Quaternion getLocalRotation() {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 161 protected float getLocalRotation() {
217 return getLocalRotation() + getLocalStraighten();
409 if (((int) (getLocalRotation() / 90)) % 2 != 0) {
504 drawShadows(canvas, p, innerBounds, display, getLocalRotation(), getWidth() / 2,
556 if (((int) (getLocalRotation() / 90)) % 2 != 0) {
566 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);
569 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);
593 if (((int) (getLocalRotation() / 90)) % 2 != 0) {
603 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);

Completed in 169 milliseconds