EgtGeomKernel :

- a Frame3d aggiunto Set con angolidi eulero (CAC')
- corretta geometria da disegnare per vettore nullo
- ObjUser ora ha anche puntatore a GeomDB.
This commit is contained in:
Dario Sassi
2015-05-31 14:04:45 +00:00
parent dc29bb23af
commit b5e1e40a05
8 changed files with 54 additions and 20 deletions
+3
View File
@@ -217,6 +217,9 @@ GeoVector3d::ChangeBase( const Point3d& ptBase)
bool
GeoVector3d::GetDrawWithArrowHead( double dFrazLenAH, double dMaxDimA, PolyLine& PL) const
{
// se vettore nullo non è disegnabile
if ( m_vtV.IsSmall())
return false ;
// vettore
PL.AddUPoint( 0, m_ptBase) ;
Point3d ptTip = m_ptBase + m_vtV ;