EgtGeomKernel :

- migliorie per Stm booleans.
This commit is contained in:
Riccardo Elitropi
2024-02-19 13:07:50 +01:00
parent 46b91bb49d
commit 95915b16e5
5 changed files with 253 additions and 122 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ Triangulate::MakeAdvanced( const POLYLINEVECTOR& vPLORIG, PNTVECTOR& vPt, INTVEC
vnPLIndMat.back().push_back( j) ;
m_vArea[i].first = -1 ;
// inverto se necessario
if ( m_vArea[i].second > - EPS_SMALL) {
if (( m_vArea[i].second * m_vArea[vnPLIndMat.back().front()].second) > 0.) {
vPL[j].Invert() ;
vCrvCompo[j]->Invert() ;
}