fixed a funcrion parameter name that was equal to the template argument
This commit is contained in:
parent
052e774fbc
commit
9b2574b767
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue