Skip to content

Commit

Permalink
Camera: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 16, 2023
1 parent 6f82153 commit 1bab72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/main/java/com/github/stephengold/vsport/Camera.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ public Vector3f location(Vector3f storeResult) {
}

/**
* Teleport the eye by the specified offset without changing its
* Translate the eye by the specified offset without changing its
* orientation.
*
* @param offset the desired offset (in world coordinates, not null, finite,
* @param offset the offset (in world coordinates, not null, finite,
* unaffected)
*/
public void move(Vector3fc offset) {
Expand Down

0 comments on commit 1bab72b

Please sign in to comment.