Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 21, 2025
1 parent 731ec2e commit 9eb9e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,8 @@ public boolean getApplyGyroscopicForce() {
}

/**
* Test whether extra effort should be made to remove ghost contacts.
* Test whether extra effort should be made to remove ghost contacts. The
* settings are unaffected.
*
* @return {@code true} for extra effort, otherwise {@code false}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/stephengold/joltjni/Mat44.java
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ public Vec3 multiply3x3Transposed(Vec3Arg vec3Arg) {
}

/**
* Multiply the 3x4 matrix by the specified column vector, with the 4th
* Multiply the 3x4 matrix by the specified column vector, with the last
* component of the right factor implied to be one. The matrix is
* unaffected.
*
Expand Down

0 comments on commit 9eb9e57

Please sign in to comment.