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

master
Stephen Gold 5 years ago
parent 84836c6260
commit 32ab16e026
  1. 3
      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() { public void negate() {
x *= -1; x *= -1;

Loading…
Cancel
Save