Fix all the doxygen warnings.

This commit is contained in:
Antonio Sánchez
2025-02-01 00:00:31 +00:00
parent 9589cc4e7f
commit b1e74b1ccd
85 changed files with 829 additions and 2782 deletions

View File

@@ -18,7 +18,7 @@ using namespace Eigen;
Camera::Camera() : mViewIsUptodate(false), mProjIsUptodate(false) {
mViewMatrix.setIdentity();
mFovY = M_PI / 3.;
mFovY = EIGEN_PI / 3.;
mNearDist = 1.;
mFarDist = 50000.;