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
@@ -57,7 +57,7 @@ IntersLineLine::IntersLineLine( const CurveLine& Line1, const CurveLine& Line2,
//----------------------------------------------------------------------------
void
IntersLineLine::IntersInfiniteLines( const ICurveLine& Line1, const ICurveLine& Line2)
IntersLineLine::IntersInfiniteLines( const CurveLine& Line1, const CurveLine& Line2)
{
// linea 1 : Start, End, Direzione e Lunghezza
Point3d ptS1 = Line1.GetStart() ;
@@ -118,7 +118,7 @@ IntersLineLine::IntersInfiniteLines( const ICurveLine& Line1, const ICurveLine&
//----------------------------------------------------------------------------
void
IntersLineLine::IntersFiniteLines( const ICurveLine& Line1, const ICurveLine& Line2)
IntersLineLine::IntersFiniteLines( const CurveLine& Line1, const CurveLine& Line2)
{
// verifico sovrapposizione box
BBox3d boxL1 ;