Skip to content

Commit

Permalink
Add missing parameter JavaDoc to Matrix3d.setFloats(index, ByteBuffer)
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Sep 2, 2021
1 parent 2b15ea8 commit 83ff59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/joml/Matrix3d.java
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,8 @@ public Matrix3d set(int index, ByteBuffer buffer) {
* <p>
* The position of the ByteBuffer will not be changed by this method.
*
* @param index
* the absolute position into the ByteBuffer
* @param buffer
* the ByteBuffer to read the matrix values from in column-major order
* @return this
Expand Down

0 comments on commit 83ff59b

Please sign in to comment.