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; }