GetCol3 -> GetColumn3 (this part needs to be tested!)

This commit is contained in:
Federico Ponchio 2008-07-14 13:28:27 +00:00
parent d3ac368bd5
commit 844be84004
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ vcg::Point3<S> Shot<S>::Axis(const int & i) const
{
vcg::Matrix44<S> m;
Extrinsics.rot.ToMatrix(m);
vcg::Point3<S> aa = m.GetCol3(i);
vcg::Point3<S> aa = m.GetColumn3(i);
return aa;
}