Skip to content

Commit

Permalink
Fix JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Feb 2, 2017
1 parent 44e738b commit 06171c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/joml/Matrix4dc.java
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,8 @@ public interface Matrix4dc {
* the x component of the normalized direction
* @param dirY
* the y component of the normalized direction
* @param dest
* will hold the result
* @return this
*/
Matrix4d rotateTowardsXY(double dirX, double dirY, Matrix4d dest);
Expand Down
2 changes: 2 additions & 0 deletions src/org/joml/Matrix4fc.java
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,8 @@ public interface Matrix4fc {
* the x component of the normalized direction
* @param dirY
* the y component of the normalized direction
* @param dest
* will hold the result
* @return this
*/
Matrix4f rotateTowardsXY(float dirX, float dirY, Matrix4f dest);
Expand Down

0 comments on commit 06171c3

Please sign in to comment.