EgtGeomKernel 1.9j1 :

- aggiunto metodo Clear a Polygon3d.
This commit is contained in:
Dario Sassi
2018-10-03 08:03:30 +00:00
parent 6fe2f67083
commit 9ba0940199
2 changed files with 9 additions and 0 deletions
+9
View File
@@ -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)