Modifiche varie

This commit is contained in:
LorenzoM
2021-07-21 09:31:46 +02:00
parent c6768c8efe
commit 6b6b30437f
9 changed files with 112 additions and 23 deletions
+1 -1
View File
@@ -5206,7 +5206,7 @@ VolZmap::SurfCyl_Milling( int nGrid, const Point3d& ptS, const Point3d& ptE,
for ( int i = nStartI ; i <= nEndI ; ++ i) {
for ( int j = nStartJ ; j <= nEndJ ; ++ j) {
Point3d ptC( ( i + 0.5) * m_dStep, ( j + 0.5) * m_dStep, 0) ;
Point3d ptC( ( i + 0.5) * m_dStep, ( j + 0.5) * m_dStep, 0.) ;
vector<pair<double, Vector3d>> vParAndNormIntersVec ;
Point3d ptInt1, ptInt2 ;