Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-11-11 07:32:30 +00:00
parent 158186267b
commit 4c82cb4190
+3
View File
@@ -50,6 +50,9 @@ class Polygon3d
EGK_EXPORT const PNTVECTOR& GetVertices( void) const
{ return m_vVert ; }
EGK_EXPORT PolyLine GetPolyLine( void) const ;
EGK_EXPORT Point3d GetCentroid( void) const ;
EGK_EXPORT double GetPerimeter( void) const ;
EGK_EXPORT double GetArea( void) const ;
public :
EGK_EXPORT void Translate( const Vector3d& vtMove) ;