Skip to content

Commit

Permalink
bugfix: unused import in RMat44.java
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 12, 2024
1 parent 3bd10a8 commit 5d04a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/github/stephengold/joltjni/RMat44.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ of this software and associated documentation files (the "Software"), to deal
import com.github.stephengold.joltjni.readonly.QuatArg;
import com.github.stephengold.joltjni.readonly.RMat44Arg;
import com.github.stephengold.joltjni.readonly.RVec3Arg;
import com.github.stephengold.joltjni.readonly.Vec4Arg;

/**
* A 4x4 matrix used to represent transformations of 3-D coordinates.
Expand Down

0 comments on commit 5d04a76

Please sign in to comment.