EgtGeomKernel :
- piccola correzione a Vector3d::GetRotation.
This commit is contained in:
+4
-1
@@ -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 ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user