EgtGeomKernel :
- piccola correzione.
This commit is contained in:
+1
-1
@@ -1137,7 +1137,7 @@ FindSpan( double dU, int nDeg, const DBLVECTOR& vKnots, int& nSpan)
|
||||
// trovo a quale span appartiene il parametro dU
|
||||
int nKnots = int( vKnots.size()) ;
|
||||
if ( abs( dU - vKnots[nKnots-1]) < EPS_SMALL) {
|
||||
nSpan = nKnots - 1 ;
|
||||
nSpan = nKnots - 1 - nDeg ;
|
||||
return true ;
|
||||
}
|
||||
int nLow = nDeg - 1 ;
|
||||
|
||||
Reference in New Issue
Block a user