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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLike.java 59 float[] targetAngles = targetRotation.toAngles(null);
64 rotations[frame].toAngles(angles);
75 this.rotLike(ownerRotation, ownerRotation.toAngles(null), targetTransform.getRotation().toAngles(null), ipo.calculateValue(0));
ConstraintRotLimit.java 92 rotations[frame].toAngles(angles);
102 float[] angles = ownerTransform.getRotation().toAngles(null);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 279 * <code>toAngles</code> returns this quaternion converted to Euler
288 public float[] toAngles(float[] angles) {
    [all...]

Completed in 575 milliseconds