EgtGeomKernel 2.4b3 :
- corretto GetMidDir di CurveComposite - eliminati problemi con trigraph in x64.
This commit is contained in:
+1
-1
@@ -1028,7 +1028,7 @@ CurveComposite::GetMidDir( Vector3d& vtDir) const
|
||||
if ( ! GetLength( dLen) || ! GetParamAtLength( 0.5 * dLen, dMid))
|
||||
return false ;
|
||||
// calcolo la direzione
|
||||
return ::GetTang( *this, 0.5 * m_CrvSmplS.size(), FROM_MINUS, vtDir) ;
|
||||
return ::GetTang( *this, dMid, FROM_MINUS, vtDir) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user