EgtGeomKernel :

- modifiche e correzioni varie a dimensioni angolari, diametrali e radiali.
This commit is contained in:
Dario Sassi
2024-03-14 20:00:44 +01:00
parent 7d3284fef3
commit 5952eee22c
4 changed files with 134 additions and 54 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ class IntersLineLine
private :
IntersLineLine( void) ;
void IntersInfiniteLines( const ICurveLine& Line1, const ICurveLine& Line2) ;
void IntersFiniteLines( const ICurveLine& Line1, const ICurveLine& Line2) ;
void IntersInfiniteLines( const CurveLine& Line1, const CurveLine& Line2) ;
void IntersFiniteLines( const CurveLine& Line1, const CurveLine& Line2) ;
private :
bool m_bOverlaps ;