Skip to content

Commit 60e2d4b

Browse files
committed
Fixed doxygen function parameter name
1 parent 5eaa520 commit 60e2d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/eos/render/utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ inline cv::Vec2f clip_to_screen_space(const cv::Vec2f& clip_coordinates, int scr
6565
* Note that the y-coordinate is flipped because the image origin
6666
* is top-left while in clip space top is +1 and bottom is -1.
6767
*
68-
* @param[in] screenCoordinates A point in screen coordinates.
69-
* @param[in] screenWidth Width of the screen or window.
70-
* @param[in] screenHeight Height of the screen or window.
68+
* @param[in] screen_coordinates A point in screen coordinates.
69+
* @param[in] screen_width Width of the screen or window.
70+
* @param[in] screen_height Height of the screen or window.
7171
* @return A vector with x and y coordinates transformed to clip space.
7272
*/
7373
inline cv::Vec2f screen_to_clip_space(const cv::Vec2f& screen_coordinates, int screen_width, int screen_height)

0 commit comments

Comments
 (0)