EgtMachKernel :

- ottimizzate rotazioni di +/- 90 deg.
This commit is contained in:
Dario Sassi
2018-05-22 10:17:58 +00:00
parent f37abb39dc
commit 71ef4e79a1
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ Operation::GetMinDistanceFromRawSide( int nPhase, const Point3d& ptP, double& dD
if ( distPC.GetParamAtMinDistPoint( 0, dU, nFlag) &&
pCurve->GetPointTang( dU, ICurve::FROM_MINUS, ptML, vtTgL)) {
vtDir = vtTgL ;
vtDir.Rotate( Z_AX, - ANG_RIGHT) ;
vtDir.Rotate( Z_AX, 0, -1) ;
vtDir.ToGlob( frRaw) ;
vtDir.Normalize() ;
break ;