clarify the javadoc of Quaternion.toString() "displaced"?
This commit is contained in:
parent
1e7c95cbb8
commit
cd7d497c79
@ -1269,11 +1269,10 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <code>toString</code> returns a string representation of this
|
||||||
|
* <code>Quaternion</code>. The format is:
|
||||||
*
|
*
|
||||||
* <code>toString</code> creates the string representation of this
|
* (X.XXXX, Y.YYYY, Z.ZZZZ, W.WWWW)
|
||||||
* <code>Quaternion</code>. The values of the quaternion are displaced (x,
|
|
||||||
* y, z, w), in the following manner: <br>
|
|
||||||
* (x, y, z, w)
|
|
||||||
*
|
*
|
||||||
* @return the string representation of this object.
|
* @return the string representation of this object.
|
||||||
* @see java.lang.Object#toString()
|
* @see java.lang.Object#toString()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user