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:
+1
-2
@@ -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() ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user