EgtGeomKernel :

- in Polyline aggiunte TempProp e funzioni di Set e  Get relative
- in ProjectCurveOnSurfTm migliorato calcolo normale nei punti proiettati in
- altre piccole migliorie nelle inizializzazioni di oggetti geometrici.
This commit is contained in:
Dario Sassi
2023-11-22 20:15:56 +01:00
parent 91dca91153
commit 296b274190
7 changed files with 18 additions and 19 deletions
+1 -2
View File
@@ -28,9 +28,8 @@ using namespace std ;
//----------------------------------------------------------------------------
PolyLine::PolyLine( void)
: m_nRejected( 0), m_iter( m_lUPoints.end()), m_nTempProp{0,0}
{
m_nRejected = 0 ;
m_iter = m_lUPoints.end() ;
}
//----------------------------------------------------------------------------