EgtGeomKernel 1.5j1 :
- modifica sui punti medi (ora sempre a metà lunghezza) - correzioni a GetParamAtLength delle curve.
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ CurveLine::GetParamAtLength( double dLen, double& dU) const
|
||||
return false ;
|
||||
|
||||
// fine
|
||||
if ( dLen < dTotLen - EPS_SMALL) {
|
||||
if ( dLen > dTotLen - EPS_SMALL) {
|
||||
dU = 1 ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user