diff --git a/jme3-core/src/main/java/com/jme3/math/Matrix3f.java b/jme3-core/src/main/java/com/jme3/math/Matrix3f.java index 222789f89..62a7af826 100644 --- a/jme3-core/src/main/java/com/jme3/math/Matrix3f.java +++ b/jme3-core/src/main/java/com/jme3/math/Matrix3f.java @@ -1161,7 +1161,7 @@ public final class Matrix3f implements Savable, Cloneable, java.io.Serializable * 0.0 1.0 0.0 * 0.0 0.0 1.0 * ] - *
+     * 
* * @return the string representation of this object. */ diff --git a/jme3-core/src/main/java/com/jme3/math/Quaternion.java b/jme3-core/src/main/java/com/jme3/math/Quaternion.java index e0f79414d..623ca9613 100644 --- a/jme3-core/src/main/java/com/jme3/math/Quaternion.java +++ b/jme3-core/src/main/java/com/jme3/math/Quaternion.java @@ -309,7 +309,8 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl /** * toAngles returns this quaternion converted to Euler rotation - * angles (x,y,z) aka (pitch, yaw, roll).
+ * angles (x,y,z) aka (pitch, yaw, roll). + * * Note that the result is not always 100% accurate due to the implications of euler angles. * @see http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToEuler/index.htm *