Moka kernel
|
Go to the source code of this file.
Functions | |
TCoordinate | det (const CVertex &ALine1, const CVertex &ALine2, const CVertex &ALine3) |
Variables | |
const TCoordinate | EPSILON = 1E-4 |
TCoordinate det | ( | const CVertex & | ALine1, |
const CVertex & | ALine2, | ||
const CVertex & | ALine3 | ||
) |
Calcule le déterminant de la matrice 3*3 donnée par les sommets ALine1, ALine2 et ALine3.
ALine- | Des sommets correspondant aux lignes de la matrice |
Definition at line 30 of file math-extension.cc.
const TCoordinate EPSILON = 1E-4 |
EPSILON représente la tolérance utilisée pour la comparaison de deux valeurs.
Definition at line 28 of file math-extension.cc.