#include <gp_Pnt.hxx>
#include <gp_Vec.hxx>
#include <gp_Dir.hxx>
#include <iostream>
#include <cmath>
Go to the source code of this file.
|
typedef char | Nom [1+24] |
|
typedef unsigned long int | N |
|
typedef long int | Z |
|
typedef double | R |
|
|
template<class T > |
T | Abs (const T &a) |
|
template<class T > |
void | Echange (T &a, T &b) |
|
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 | Max (const T &a, const T &b, const T &c) |
|
template<class T > |
T | Min (const T &a, const T &b, const T &c) |
|
template<class T > |
T | Max (const T &a, const T &b, const T &c, const T &d) |
|
template<class T > |
T | Min (const T &a, const T &b, const T &c, const T &d) |
|
R | Aire2d (const R2 A, const R2 B, const R2 C) |
|
R | Angle2d (R2 P) |
|
R | Norme2_2 (const R2 &A) |
|
R | Norme2 (const R2 &A) |
|
R | NormeInfinie (const R2 &A) |
|
R | Norme2_2 (const R3 &A) |
|
R | Norme2 (const R3 &A) |
|
R | NormeInfinie (const R3 &A) |
|
R | Norme2_2 (const R4 &A) |
|
R | Norme2 (const R4 &A) |
|
R | NormeInfinie (const R4 &A) |
|
R2 | XY (R3 P) |
|
R3 | Min (R3 P, R3 Q) |
|
R3 | Max (R3 P, R3 Q) |
|
Definition at line 61 of file Rn.h.
typedef unsigned long int N |
Definition at line 66 of file Rn.h.
Definition at line 74 of file Rn.h.
Definition at line 81 of file Rn.h.
template<class T >
void Echange |
( |
T & |
a, |
|
|
T & |
b |
|
) |
| |
Definition at line 46 of file Rn.h.
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
Definition at line 48 of file Rn.h.
Referenced by Min().
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c |
|
) |
| |
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c |
|
) |
| |
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c, |
|
|
const T & |
d |
|
) |
| |
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c, |
|
|
const T & |
d |
|
) |
| |
R Aire2d |
( |
const R2 |
A, |
|
|
const R2 |
B, |
|
|
const R2 |
C |
|
) |
| |
Definition at line 217 of file Rn.h.
R Norme2_2 |
( |
const R2 & |
A | ) |
|
Definition at line 220 of file Rn.h.
Definition at line 221 of file Rn.h.
R NormeInfinie |
( |
const R2 & |
A | ) |
|
R Norme2_2 |
( |
const R3 & |
A | ) |
|
Definition at line 224 of file Rn.h.
Definition at line 225 of file Rn.h.
R NormeInfinie |
( |
const R3 & |
A | ) |
|
R Norme2_2 |
( |
const R4 & |
A | ) |
|
Definition at line 228 of file Rn.h.
Definition at line 229 of file Rn.h.
R NormeInfinie |
( |
const R4 & |
A | ) |
|