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 a571e2e01..2d8cc459d 100644 --- a/jme3-core/src/main/java/com/jme3/math/Quaternion.java +++ b/jme3-core/src/main/java/com/jme3/math/Quaternion.java @@ -1218,11 +1218,10 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl } /** + * toString returns a string representation of this + * Quaternion. The format is: * - * toString creates the string representation of this - * Quaternion. The values of the quaternion are displaced (x, - * y, z, w), in the following manner:
- * (x, y, z, w) + * (X.XXXX, Y.YYYY, Z.ZZZZ, W.WWWW) * * @return the string representation of this object. * @see java.lang.Object#toString()