Skip to content

Commit

Permalink
RMat44Arg: rename a formal argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 23, 2025
1 parent a8c5db0 commit 2ac0b75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac0b75

Please sign in to comment.