|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <math.h>#include <stdio.h>#include <stdlib.h>#include "Tympan/models/common/3d.h"#include "TYSetGeometriqueParcours.h"#include "TYPointParcours.h"#include <assert.h>#include <algorithm>
Go to the source code of this file.
Functions | |
| int | compareTYPolyligneParcours (const void *p1, const void *p2) |
| int | compareAbscissesCurvilignes (const void *p1, const void *p2) |
| bool | SecondVecteurADroiteDuPremier (TYPointParcours &V1, TYPointParcours &V2, double &determinant) |
| bool | SecondVecteurAGaucheDuPremier (TYPointParcours &V1, TYPointParcours &V2, double &determinant) |
| int compareAbscissesCurvilignes | ( | const void * | p1, |
| const void * | p2 | ||
| ) |
Definition at line 423 of file TYSetGeometriqueParcours.cpp.

| int compareTYPolyligneParcours | ( | const void * | p1, |
| const void * | p2 | ||
| ) |
Definition at line 40 of file TYSetGeometriqueParcours.cpp.

| bool SecondVecteurADroiteDuPremier | ( | TYPointParcours & | V1, |
| TYPointParcours & | V2, | ||
| double & | determinant | ||
| ) |
Definition at line 940 of file TYSetGeometriqueParcours.cpp.

| bool SecondVecteurAGaucheDuPremier | ( | TYPointParcours & | V1, |
| TYPointParcours & | V2, | ||
| double & | determinant | ||
| ) |
Definition at line 946 of file TYSetGeometriqueParcours.cpp.
