- Quaternion javadoc fix, thanks to @marcodezeeuw

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10037 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent c86c692ae9
commit 9d88420dd3
  1. 1
      engine/src/core/com/jme3/math/Quaternion.java

@ -278,6 +278,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
/**
* <code>toAngles</code> returns this quaternion converted to Euler
* rotation angles (yaw,roll,pitch).<br/>
* Note that the result is not always 100% accurate due to the implications of euler angles.
* @see <a href="http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToEuler/index.htm">http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToEuler/index.htm</a>
*
* @param angles

Loading…
Cancel
Save