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() {
195 return ((int) (getLocalRotation() / 90)) % 2 != 0;
217 return getLocalRotation() + getLocalStraighten();
463 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);
466 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);
507 getLocalRotation(), getLocalStraighten(), getLocalFlip(), displayCenter);
526 drawRotatedShadows(canvas, p, scaledCrop, display, getLocalRotation(), getWidth() / 2,

Completed in 226 milliseconds