EgtMachKernel :
- migliorata gestione angoli indeterminati con SCC e DirAux.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ GetRotationComponent( const Vector3d& vtDir1, double dComp, const Vector3d& vtDi
|
||||
if ( dDenom * dNumer > 0)
|
||||
dAng1Deg = dOffsAngRad * RADTODEG ;
|
||||
else
|
||||
dAng1Deg = dOffsAngRad * RADTODEG + ANG_STRAIGHT ;
|
||||
dAng1Deg = dOffsAngRad * RADTODEG + ( dOffsAngRad < 0 ? ANG_STRAIGHT : - ANG_STRAIGHT) ;
|
||||
bDet = true ;
|
||||
return 1 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user