EgtGeomKernel 1.9j1 :
- aggiunto metodo Clear a Polygon3d.
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
#include "stdafx.h"
|
||||
#include "/EgtDev/Include/EgkPolygon3d.h"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Polygon3d::Clear( void)
|
||||
{
|
||||
m_Plane.Reset() ;
|
||||
m_vVert.clear() ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Polygon3d::FromRectangle( double dDimX, double dDimY)
|
||||
|
||||
Reference in New Issue
Block a user