EgtGeomKernel :

- in CAvToolSurfTm eliminata SetMoveDir e aggiunto parametro equivalente in TestPosition e TestPath
- in VolZmap migliorato calcolo BBox del movimento utensile.
This commit is contained in:
Dario Sassi
2019-01-02 18:45:09 +00:00
parent 6a716b84e4
commit 5b2788115c
6 changed files with 138 additions and 207 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ Frame3d::Set( const Point3d& ptOrig, const Vector3d& vtDirZ, const Vector3d& vtN
m_vtVersY = m_vtVersZ ^ vtNearDirX ;
if ( ! m_vtVersY.Normalize())
return false ;
// verzsore X
// versore X
m_vtVersX = m_vtVersY ^ m_vtVersZ ;
if ( ! m_vtVersX.Normalize())
return false ;