mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix all the doxygen warnings.
This commit is contained in:
@@ -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.;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user