EgtGeomKernel 1.6g1 :
- aggiunte HashGrids 2d e 3d - aggiunta intersezione con curve di Bezier e con archi fuori piano XY.
This commit is contained in:
+10
@@ -187,6 +187,16 @@ BBox3d::GetRadius( double& dRad) const
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
BBox3d::GetDiameter( double& dDiam) const
|
||||
{
|
||||
if ( ! IsValid())
|
||||
return false ;
|
||||
dDiam = ( m_ptMax - m_ptMin).Len() ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void
|
||||
BBox3d::Translate( const Vector3d& vtMove)
|
||||
|
||||
Reference in New Issue
Block a user