Skip to content

Commit

Permalink
RMat44Arg: rename another formal argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 23, 2025
1 parent 8d1b610 commit aa40a17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ public interface RMat44Arg extends ConstJoltPhysicsObject {
* component of the right factor implied to be one. The matrix is
* unaffected.
*
* @param vec3Arg the right factor (not null, unaffected)
* @param vec3 the right factor (not null, unaffected)
* @return a new vector
*/
RVec3 multiply3x4(Vec3Arg vec3Arg);
RVec3 multiply3x4(Vec3Arg vec3);
}

0 comments on commit aa40a17

Please sign in to comment.