|
long long | det (const I2 &a, const I2 &b, const I2 &c) |
|
AdjacentTriangle | CloseBoundaryEdge (I2 A, Triangle *t, double &a, double &b) |
|
void | swap (Triangle *t1, short a1, Triangle *t2, short a2, BamgVertex *s1, BamgVertex *s2, long long det1, long long det2) |
|
AdjacentTriangle | Previous (const AdjacentTriangle &ta) |
|
AdjacentTriangle | Next (const AdjacentTriangle &ta) |
|
AdjacentTriangle | Adj (const AdjacentTriangle &a) |
|
void | Adj (GeomEdge *&on, int &i) |
|
double | LengthInterpole (const Metric &Ma, const Metric &Mb, R2 AB) |
|
void | SimultaneousMatrixReduction (Metric M1, Metric M2, D2xD2 &V) |
|
double | abscisseInterpole (const Metric &Ma, const Metric &Mb, R2 AB, double s, int optim) |
|
double | LengthInterpole (double la, double lb) |
|
double | abscisseInterpole (double la, double lb, double lab, double s) |
|
template<class R , class RR > |
RR | Det (const P2< R, RR > x, const P2< R, RR > y) |
|
template<class R , class RR > |
RR | Area2 (const P2< R, RR > a, const P2< R, RR > b, const P2< R, RR > c) |
|
template<class R , class RR > |
R | Norme1 (const P2< R, RR > x) |
|
template<class R , class RR > |
RR | Norme2_2 (const P2< R, RR > x) |
|
template<class R , class RR > |
RR | Norme2 (const P2< R, RR > x) |
|
template<class R , class RR > |
P2< R, RR > | Orthogonal (const P2< R, RR > x) |
|
template<class T > |
T | Abs (const T &a) |
|
long | BigPrimeNumber (long n) |
|
template<class T > |
T | Min (const T &a, const T &b) |
|
template<class T > |
T | Max (const T &a, const T &b) |
|
template<class T > |
T | Max3 (const T &a, const T &b, const T &c) |
|
template<class T > |
T | Min3 (const T &a, const T &b, const T &c) |
|
float | OppositeAngle (float a) |
|
double | OppositeAngle (double a) |
|
|
const double | Pi =3.141592653589793238462643383279502884197169399375105820974944592308 |
|
const float | fPi =3.141592653589793238462643383279502884197169399375105820974944592308 |
|
const int | IsVertexOnGeom = 8 |
|
const int | IsVertexOnVertex = 16 |
|
const int | IsVertexOnEdge = 32 |
|
static const short | VerticesOfTriangularEdge [3][2] = {{1,2},{2,0},{0,1}} |
|
static const short | EdgesVertexTriangle [3][2] = {{1,2},{2,0},{0,1}} |
|
static const short | OppositeVertex [3] = {0,1,2} |
|
static const short | OppositeEdge [3] = {0,1,2} |
|
static const short | NextEdge [3] = {1,2,0} |
|
static const short | PreviousEdge [3] = {2,0,1} |
|
static const short | NextVertex [3] = {1,2,0} |
|
static const short | PreviousVertex [3] = {2,0,1} |
|
SaveMetricInterpole | LastMetricInterpole |
|