EgtGeomKernel :

- implementata l'intersezione tra linea e sup bezier.
This commit is contained in:
Daniele Bariletti
2024-02-12 12:52:56 +01:00
parent 2c159d7ce6
commit 0f8012ce61
3 changed files with 199 additions and 104 deletions
-7
View File
@@ -505,13 +505,6 @@ SurfTriMesh::GetFirstVertex( Point3d& ptP) const
return GetNextVertex( SVT_NULL, ptP) ;
}
//----------------------------------------------------------------------------
int
SurfTriMesh::GetFirstVertexParam( int nId, double& dU, double& dV) const
{
return GetNextVertexParam( SVT_NULL, dU, dV) ;
}
//----------------------------------------------------------------------------
int
SurfTriMesh::GetNextVertex( int nId, Point3d& ptP) const