Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Oct 10, 2023
1 parent 7eb44ce commit 7657f25
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/CameraSensorUtil.hh
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ math::Matrix4d buildPerspectiveMatrix(
/// This value is negative if the plane is to be behind
/// the camera
/// \return OpenGL projection matrix
math::Matrix4d GZ_SENSORS_VISIBLE buildProjectionMatrix(double _imageWidth, double _imageHeight,
double _intrinsicsFx, double _intrinsicsFy,
double _intrinsicsCx, double _intrinsicsCy,
double _intrinsicsS, double _clipNear,
double _clipFar);
math::Matrix4d GZ_SENSORS_VISIBLE buildProjectionMatrix(
double _imageWidth, double _imageHeight,
double _intrinsicsFx, double _intrinsicsFy,
double _intrinsicsCx, double _intrinsicsCy,
double _intrinsicsS, double _clipNear,
double _clipFar);
}
}
}
Expand Down

0 comments on commit 7657f25

Please sign in to comment.