26c2ad702a
- aggiunto punto base a GeoVector3d - aggiunta creazione linea Pt+TgArc e Tg2Arcs - aggiunta creazione arco Cen+TgArc e PDi + TgArc - aggiunta a tutte le curve funzione IsPointOn - aggiunta CurveLine e CurveArc la funzione Offset - ottimizzata rotazione Vector3d attorno ad assi canonici - corretta emissione Group e Frame in OutTsc.
21 lines
743 B
C
21 lines
743 B
C
//----------------------------------------------------------------------------
|
|
// EgalTech 2014-2014
|
|
//----------------------------------------------------------------------------
|
|
// File : LinePntTgCurve.h Data : 10.06.14 Versione : 1.5f3
|
|
// Contenuto : Dichiarazione funzioni di base per calcolo rette tangenti a curve.
|
|
//
|
|
//
|
|
//
|
|
// Modifiche : 10.06.14 DS Creazione modulo.
|
|
//
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include "/EgtDev/Include/EGkGeoCollection.h"
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
int CalcLinePointTgCircle( const Point3d& ptP, const Point3d& ptCen, double dRad, BIPNTVECTOR& vBiPnt) ;
|