Author: luc
Date: Sun Jul 27 08:17:37 2008
New Revision: 680123

URL: http://svn.apache.org/viewvc?rev=680123&view=rev
Log:
improved explanation of NaN coordinates

Modified:
    
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java

Modified: 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java?rev=680123&r1=680122&r2=680123&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java
 Sun Jul 27 08:17:37 2008
@@ -379,9 +379,10 @@
    * <code>Double.NaN</code>, the two 3D vectors are considered to be equal.
    * </p>
    * <p>
-   * All <code>NaN</code> values are considered to be equal - i.e, if either
-   * (or all) coordinates of the 3D vector are equal to 
<code>Double.NaN</code>,
-   * the 3D vector is equal to [EMAIL PROTECTED] #NaN}.
+   * <code>NaN</code> coordinates are considered to affect globally the vector
+   * and be equals to each other - i.e, if either (or all) coordinates of the
+   * 3D vector are equal to <code>Double.NaN</code>, the 3D vector is equal to
+   * [EMAIL PROTECTED] #NaN}.
    * </p>
    *
    * @param other Object to test for equality to this


Reply via email to