EgtGeomKernel 2.3g1 :

- versione x64 compilata con Clang-cl/LLVM
- modifiche varie per eliminare warning più gravi di questo compilatore.
This commit is contained in:
DarioS
2021-07-20 12:53:04 +02:00
parent 54e9903850
commit 73f5b382c9
32 changed files with 88 additions and 142 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ CylTriaInteriorEscapeDistOrtMotion( const Point3d& ptCylOrig, const Vector3d& vt
double dU = ( ( trTria.GetP( 0) - ptTouch0) * trTria.GetN()) / ( vtMove * trTria.GetN()) ;
// Se avvicinamento, distanza nulla
if ( dU < dDist)
dDist ;
dDist = 0. ;
ptTouch0 += ( dU * vtMove) ;
Point3d ptTouch1 = ptTouch0 - dCylHei * vtCylAx ;
Point3d ptInt0, ptInt1 ;