EgtGraphics 1.9l4 :

- fabs sostituito da abs
- aggiunto disegno asse Z+ in riferimento griglia.
This commit is contained in:
Dario Sassi
2018-12-27 11:20:33 +00:00
parent 6347e9d7d4
commit 49e4839934
7 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ Scene::GetPointFromSelect( int nSelId, const Point3d& ptView, Point3d& ptSel, in
double dTh ;
Vector3d vtExtr ;
if ( pCrv->GetExtrusion( vtExtr) && ! vtExtr.IsSmall() &&
pCrv->GetThickness( dTh) && fabs( dTh) > EPS_SMALL) {
pCrv->GetThickness( dTh) && abs( dTh) > EPS_SMALL) {
vtExtr *= dTh ;
vtExtr.ToGlob( frEnt) ;
// correggo il punto di riferimento del contrario dell'estrusione