fixed bug

This commit is contained in:
nico 2016-07-15 14:36:08 +02:00
parent 6ec5b3373b
commit b4c76bc03c
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ public:
CoordType dirR=vcg::tri::CrossField<MeshType>::Rotate(f0,f1,dir0);
///then get the closest upf to K*PI/2 rotations
CoordType dir1=f1.cPD1();
CoordType ret=vcg::tri::CrossField<MeshType>::K_PI(dirR,dir1,f1.cN());
CoordType ret=vcg::tri::CrossField<MeshType>::K_PI(dir1,dirR,f1.cN());
return ret;
}