EgtGeomKernel :

- correzione piccolo errore
This commit is contained in:
Daniele Bariletti
2025-09-24 09:35:52 +02:00
parent 4ed362f226
commit b083dabc6b
+2
View File
@@ -863,6 +863,8 @@ GetCylMoveRotBBox( const Point3d& ptP1, const Point3d& ptP2, const Vector3d& vtV
Vector3d vtDirTop = ptP2 - ptP1 ;
Vector3d vtDirTip = ptP2T - ptP1T ;
vtDirTop.Normalize() ;
vtDirTip.Normalize() ;
// determino i punti laterali del top e del bottom(tip), nella posizione di partenza
Vector3d vtAuxTopS = vtV1 ^ vtDirTop ;