Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Classes | Macros
TYPointParcours.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TYPointParcours
 Point of a path. More...
 

Macros

#define SEUIL_DISTANCE_POINTS_CONFONDUS    0.02
 Below a distance of 2 centimeters, the points are considered on the same location. More...
 
#define SEUIL_DETERMNANT_COLINEAIRE    (1E-10)
 of two vectors More...
 

Macro Definition Documentation

◆ SEUIL_DETERMNANT_COLINEAIRE

#define SEUIL_DETERMNANT_COLINEAIRE    (1E-10)

of two vectors

Below this absolute value, the determinant is not a valid criteria to assess the collinearity

Definition at line 30 of file TYPointParcours.h.

◆ SEUIL_DISTANCE_POINTS_CONFONDUS

#define SEUIL_DISTANCE_POINTS_CONFONDUS    0.02

Below a distance of 2 centimeters, the points are considered on the same location.

Definition at line 27 of file TYPointParcours.h.