![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <iomanip>
#include <math.h>
#include <string.h>
#include <assert.h>
#include <algorithm>
#include <fstream>
#include "ot_mathematique.h"
Aller au code source de ce fichier.
OT_VECTEUR_3D operator& | ( | const OT_VECTEUR_3D & | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 647 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_VECTEUR_4D operator* | ( | const double | a, |
const OT_VECTEUR_4D & | rkV | ||
) |
Définition à la ligne 1012 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_3DD operator* | ( | const double2 | a, |
const OT_VECTEUR_3DD & | rkV | ||
) |
Définition à la ligne 1241 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4DD operator* | ( | const double2 | a, |
const OT_VECTEUR_4DD & | rkV | ||
) |
Définition à la ligne 1497 du fichier ot_mathematique.cpp.
Références a.
OT_MATRICE_3D operator* | ( | const OT_MATRICE_3D & | mdd1, |
const OT_MATRICE_3D & | mdd2 | ||
) |
Définition à la ligne 866 du fichier ot_mathematique.cpp.
OT_VECTEUR_3D operator* | ( | const OT_MATRICE_3D & | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 839 du fichier ot_mathematique.cpp.
double operator* | ( | const OT_VECTEUR_3D & | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 591 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_VECTEUR_3DD operator* | ( | const OT_VECTEUR_3DD & | rkV, |
const double2 | a | ||
) |
Définition à la ligne 1236 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4D operator* | ( | const OT_VECTEUR_4D & | rkV, |
const double | a | ||
) |
Définition à la ligne 1006 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4DD operator* | ( | const OT_VECTEUR_4DD & | rkV, |
const double2 | a | ||
) |
Définition à la ligne 1491 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_3D operator* | ( | double | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 598 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_MATRICE_3D operator+ | ( | const OT_MATRICE_3D & | mdd1, |
const OT_MATRICE_3D & | mdd2 | ||
) |
Définition à la ligne 829 du fichier ot_mathematique.cpp.
OT_VECTEUR_3D operator+ | ( | const OT_VECTEUR_3D & | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 848 du fichier ot_mathematique.cpp.
OT_VECTEUR_3D operator- | ( | const class OT_VECTEUR_3D & | mdd1, |
const OT_VECTEUR_3D & | mdd2 | ||
) |
Définition à la ligne 857 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_VECTEUR_3D operator- | ( | const OT_VECTEUR_3D & | mdd1 | ) |
Définition à la ligne 583 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_VECTEUR_4D operator/ | ( | const double | a, |
const OT_VECTEUR_4D & | rkV | ||
) |
Définition à la ligne 1028 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_3DD operator/ | ( | const double2 | a, |
const OT_VECTEUR_3DD & | rkV | ||
) |
Définition à la ligne 1255 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4DD operator/ | ( | const double2 | a, |
const OT_VECTEUR_4DD & | rkV | ||
) |
Définition à la ligne 1513 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_3D operator/ | ( | const OT_VECTEUR_3D & | mdd1, |
double | diviseur | ||
) |
Définition à la ligne 562 du fichier ot_mathematique.cpp.
Références OT_VECTEUR_3D::valeur.
OT_VECTEUR_3DD operator/ | ( | const OT_VECTEUR_3DD & | rkV, |
const double2 | a | ||
) |
Définition à la ligne 1247 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4D operator/ | ( | const OT_VECTEUR_4D & | rkV, |
const double | a | ||
) |
Définition à la ligne 1019 du fichier ot_mathematique.cpp.
Références a.
OT_VECTEUR_4DD operator/ | ( | const OT_VECTEUR_4DD & | rkV, |
const double2 | a | ||
) |
Définition à la ligne 1504 du fichier ot_mathematique.cpp.
Références a.
std::ostream& operator<< | ( | std::ostream & | __os, |
const OT_MATRICE_3D & | __mat | ||
) |
Définition à la ligne 688 du fichier ot_mathematique.cpp.
std::ostream& operator<< | ( | std::ostream & | __os, |
const OT_VECTEUR_3D & | __vec | ||
) |
Définition à la ligne 556 du fichier ot_mathematique.cpp.
std::ostream& operator<< | ( | std::ostream & | __os, |
const OT_VECTEUR_3DD & | __vec | ||
) |
Définition à la ligne 1307 du fichier ot_mathematique.cpp.
std::ostream& operator<< | ( | std::ostream & | __os, |
const OT_VECTEUR_4D & | __vec | ||
) |
Définition à la ligne 1082 du fichier ot_mathematique.cpp.
std::ostream & operator<< | ( | std::ostream & | __os, |
const OT_VECTEUR_4DD & | __vec | ||
) |
Définition à la ligne 1572 du fichier ot_mathematique.cpp.