diff --git a/vcg/math/matrix33.h b/vcg/math/matrix33.h index ab3caf56..ba07fe40 100644 --- a/vcg/math/matrix33.h +++ b/vcg/math/matrix33.h @@ -505,7 +505,7 @@ Matrix33 RotationMatrix(vcg::Point3 v0,vcg::Point3 v1,bool normalized=t { typedef typename vcg::Point3 CoordType; Matrix33 rotM; - const S epsilon=0.00001; + const S epsilon=0.000000001; if (!normalized) { v0.Normalize();