EgtInterface 1.8k1 :

- adeguamenti per modifiche sottostanti.
This commit is contained in:
Dario Sassi
2017-11-13 09:15:32 +00:00
parent adb3ebb8e2
commit a3643794f8
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1653,8 +1653,9 @@ __stdcall EgtGetCalcTipFromPositions( double dX, double dY, double dZ, double dA
BOOL
__stdcall EgtGetCalcToolDirFromAngles( double dAngA, double dAngB, double vtDir[3])
{
DBLVECTOR vAng( 2) ; vAng[0] = dAngA ; vAng[1] = dAngB ;
Vector3d vtTmp ;
if ( ! ExeGetCalcToolDirFromAngles( dAngA, dAngB, vtTmp))
if ( ! ExeGetCalcToolDirFromAngles( vAng, vtTmp))
return FALSE ;
// ritorno i dati
if ( vtDir != nullptr)