EgtGeomKernel 1.9g2 :

- migliorie varie a Collision Avoidance di Tools
- piccola miglioria a Intervals.
This commit is contained in:
Dario Sassi
2018-07-19 15:53:16 +00:00
parent d099756336
commit c393ebf1b3
5 changed files with 733 additions and 203 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ IntersLineInfiniteCylinder( const Point3d& ptPLine, const Vector3d& vtVLine,
dU1 = vdRoots[0] ;
nIntType = CC_ONE_INT_TAN ;
}
// L'equazione ha due soluzioni, bisogna valutare se sono den distinte.
// L'equazione ha due soluzioni, bisogna valutare se sono ben distinte.
else if ( nRoot == 2) {
dU1 = vdRoots[0] ;
dU2 = vdRoots[1] ;