We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c885154 commit 6eee6e4Copy full SHA for 6eee6e4
1 file changed
src/top/zoyn/particlelib/utils/matrix/Matrixs.java
@@ -84,7 +84,7 @@ public static Matrix rotate2D(double theta) {
84
* @return {@link Matrix}
85
*/
86
public static Matrix scale(int row, int column, double value) {
87
- return ones(row, column).multiply(value);
+ return eyes(row, column).multiply(value);
88
}
89
90
0 commit comments