EgtGeomKernel :

- piccola correzione a Vector3d::GetRotation.
This commit is contained in:
Dario Sassi
2016-11-04 08:10:57 +00:00
parent afce50e1c8
commit a5732e46c9
+4 -1
View File
@@ -483,6 +483,9 @@ Vector3d::GetRotation( const Vector3d& vtEnd, const Vector3d& vtAx, double& dAng
return true ;
}
// altrimenti angolo impossibile
else
else {
dAngDeg = 0 ;
bDet = false ;
return false ;
}
}