EgtGeomKernel :

- piccole migliorie a curve e superfici di Bezier.
This commit is contained in:
Dario Sassi
2025-08-30 10:51:48 +02:00
parent b2244b7f43
commit 2d6bf3d9dc
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ Tree::GetPoint( double dU, double dV, Point3d& ptP) const
//----------------------------------------------------------------------------
bool
Tree::SavePoint( double dU, double dV, Point3d& ptP)
Tree::SavePoint( double dU, double dV, const Point3d& ptP)
{
pair<int64_t, int64_t> key( int64_t( GetHalfKey( dU)), int64_t( GetHalfKey( dV))) ;
if ( m_mPt3d.find( key) == m_mPt3d.end())