#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) |
|
◆ Nom
Definition at line 59 of file Rn.h.
typedef unsigned long int N |
Definition at line 64 of file Rn.h.
Definition at line 72 of file Rn.h.
Definition at line 79 of file Rn.h.
◆ Abs()
◆ Echange()
template<class T >
void Echange |
( |
T & |
a, |
|
|
T & |
b |
|
) |
| |
Definition at line 44 of file Rn.h.
◆ Min() [1/4]
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
Definition at line 46 of file Rn.h.
Referenced by Min().
◆ Max() [1/4]
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
◆ Max() [2/4]
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c |
|
) |
| |
◆ Min() [2/4]
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c |
|
) |
| |
◆ Max() [3/4]
template<class T >
T Max |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c, |
|
|
const T & |
d |
|
) |
| |
◆ Min() [3/4]
template<class T >
T Min |
( |
const T & |
a, |
|
|
const T & |
b, |
|
|
const T & |
c, |
|
|
const T & |
d |
|
) |
| |
◆ Aire2d()
R Aire2d |
( |
const R2 |
A, |
|
|
const R2 |
B, |
|
|
const R2 |
C |
|
) |
| |
Definition at line 215 of file Rn.h.
◆ Angle2d()
◆ Norme2_2() [1/3]
R Norme2_2 |
( |
const R2 & |
A | ) |
|
Definition at line 218 of file Rn.h.
◆ Norme2() [1/3]
Definition at line 219 of file Rn.h.
◆ NormeInfinie() [1/3]
R NormeInfinie |
( |
const R2 & |
A | ) |
|
◆ Norme2_2() [2/3]
R Norme2_2 |
( |
const R3 & |
A | ) |
|
Definition at line 222 of file Rn.h.
◆ Norme2() [2/3]
Definition at line 223 of file Rn.h.
◆ NormeInfinie() [2/3]
R NormeInfinie |
( |
const R3 & |
A | ) |
|
◆ Norme2_2() [3/3]
R Norme2_2 |
( |
const R4 & |
A | ) |
|
Definition at line 226 of file Rn.h.
◆ Norme2() [3/3]
Definition at line 227 of file Rn.h.
◆ NormeInfinie() [3/3]
R NormeInfinie |
( |
const R4 & |
A | ) |
|
◆ XY()
◆ Min() [4/4]
◆ Max() [4/4]