Explorar o código

javadoc correction: Quaternion.negate() doesn't "invert" anything

Stephen Gold %!s(int64=5) %!d(string=hai) anos
pai
achega
4731069110
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      jme3-core/src/main/java/com/jme3/math/Quaternion.java

+ 1 - 2
jme3-core/src/main/java/com/jme3/math/Quaternion.java

@@ -1199,8 +1199,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
     }
 
     /**
-     * <code>negate</code> inverts the values of the quaternion.
-     *
+     * Flip the signs of all components of this Quaternion.
      */
     public void negate() {
         x *= -1;