Procházet zdrojové kódy

Matrix3f: javadoc style tweak

Stephen Gold před 3 roky
rodič
revize
ede34bad3b

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

@@ -488,8 +488,8 @@ public final class Matrix3f implements Savable, Cloneable, java.io.Serializable
     }
 
     /**
-     * Copy the matrix to the 1st 9 elements of the specified array. The matrix
-     * is unaffected.
+     * Copies the matrix to the 1st 9 elements of the specified array. The
+     * matrix is unaffected.
      *
      * @param f storage for the elements (not null, length≥9)
      * @param columnMajor true to store the elements in column-major order (m00,