From 844be8400467035bca5cf26b18daeb22825f8f0a Mon Sep 17 00:00:00 2001 From: ponchio Date: Mon, 14 Jul 2008 13:28:27 +0000 Subject: [PATCH] GetCol3 -> GetColumn3 (this part needs to be tested!) --- 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 1300ab62..d8044bbb 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -197,7 +197,7 @@ vcg::Point3 Shot::Axis(const int & i) const { vcg::Matrix44 m; Extrinsics.rot.ToMatrix(m); - vcg::Point3 aa = m.GetCol3(i); + vcg::Point3 aa = m.GetColumn3(i); return aa; }