Skip to content

Commit

Permalink
Fix the documented return type for RectilinearView#screenToCoordinates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromkii authored and tjgq committed Aug 15, 2018
1 parent cae9078 commit 7618414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Rectilinear.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ RectilinearView.prototype.coordinatesToScreen = function(coords, result) {
* @param {number} screen.x
* @param {number} screen.y
* @return {Object} result
* @return {Object} result.x
* @return {Object} result.y
* @return {Object} result.yaw
* @return {Object} result.pitch
*/
RectilinearView.prototype.screenToCoordinates = function(screen, result) {
var ray = this._vertex;
Expand Down

0 comments on commit 7618414

Please sign in to comment.