diff --git a/src/main/java/com/github/stephengold/joltjni/readonly/RMat44Arg.java b/src/main/java/com/github/stephengold/joltjni/readonly/RMat44Arg.java index 7655038d..443b0981 100644 --- a/src/main/java/com/github/stephengold/joltjni/readonly/RMat44Arg.java +++ b/src/main/java/com/github/stephengold/joltjni/readonly/RMat44Arg.java @@ -100,10 +100,10 @@ public interface RMat44Arg extends ConstJoltPhysicsObject { * Multiply the current matrix by the argument. The current matrix is * unaffected. * - * @param m2 the right factor (not null, unaffected) + * @param right the right factor (not null, unaffected) * @return a new matrix */ - RMat44 multiply(RMat44Arg m2); + RMat44 multiply(RMat44Arg right); /** * Multiply the 3x3 matrix by the specified column vector. The matrix is