Include : modifiche.

This commit is contained in:
Dario Sassi
2014-01-20 10:57:35 +00:00
parent 76ffde6bbf
commit 77a1eac17e
+1
View File
@@ -41,6 +41,7 @@ class EGK_EXPORT Frame3d
void Translate( const Vector3d& vtMove) ;
bool Rotate( const Point3d& ptAx, const Vector3d& vtAx, double dCosAng, double dSinAng) ;
bool Rotate( const Point3d& ptAx, const Vector3d& vtAx, double dAngRad) ;
bool PartialScale( const Frame3d& frRef, double dCoeffX, double dCoeffY, double dCoeffZ) ;
// Scale non possibile (non previsti fattori di scala)
// Mirror non possibile (cambia il senso destrorso in sinistrorso)
bool Invert( void) ;