fixed a funcrion parameter name that was equal to the template argument

This commit is contained in:
Paolo Cignoni 2011-05-27 09:26:52 +00:00
parent 052e774fbc
commit 9b2574b767
1 changed files with 167 additions and 167 deletions

View File

@ -210,7 +210,7 @@ public:
void ApplySimilarity(const Matrix44<S> & M);
/// Given a similarity transformation such that p' = s R p + T modifies the reference frame accordingly.
void ApplySimilarity(const Similarity<S> & S);
void ApplySimilarity(const Similarity<S> & Sim);
/// convert a 3d point from world to camera coordinates (do not confuse with the Shot reference frame)
vcg::Point3<S> ConvertWorldToCameraCoordinates(const vcg::Point3<S> & p) const;