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:
+1
-1
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user