From 1ba693c4f76a6104997cee4c2d7199b0c1505aad Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 8 Oct 2012 09:07:50 +0000 Subject: [PATCH] Orthography lenght -> length --- vcg/math/shot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/math/shot.h b/vcg/math/shot.h index 077b47e1..50b11e73 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -195,7 +195,7 @@ public: /* Sometimes the focal is given in pixels. In this case, this function can be used to convert it in millimiters * given the CCD width (in mm). This method should be moved in vcg::Camera(). - * Equivalent focal lenght is obtained by setting the ccd width to 35 mm. + * Equivalent focal length is obtained by setting the ccd width to 35 mm. */ void ConvertFocalToMM(S ccdwidth); @@ -438,7 +438,7 @@ S Shot::Depth(const vcg::Point3 & p)const /* Sometimes the focal is given in pixels. In this case, this function can be used to convert it in millimiters * given the CCD width (in mm). This method should be moved in vcg::Camera(). - * Equivalent focal lenght is obtained by setting the ccd width to 35 mm. + * Equivalent focal length is obtained by setting the ccd width to 35 mm. */ template void Shot::ConvertFocalToMM(S ccdwidth)