From 86b12c5fc76e99d6ed829611cfa8291cb10538ca Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Mon, 23 May 2011 16:30:34 +0000 Subject: [PATCH] ApplyRigidTransformation has been modified but not fixed yet a new method to convert focal in px in focal in mm has been added --- vcg/math/shot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/math/shot.h b/vcg/math/shot.h index c7783ffc..eab1e973 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -481,7 +481,7 @@ void Shot::ApplyRigidTransformation(Matrix44 & M) M.ElementAt(1,3) = 0; M.ElementAt(2,3) = 0; - Extrinsics.rot = rotM * M.transpose(); + Extrinsics.rot = rotM * M.transpose(); }