#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 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.
template<class T >
| void Echange |
( |
T & |
a, |
|
|
T & |
b |
|
) |
| |
Definition at line 44 of file Rn.h.
template<class T >
| T Min |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
Definition at line 46 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 215 of file Rn.h.
| R Norme2_2 |
( |
const R2 & |
A | ) |
|
Definition at line 218 of file Rn.h.
Definition at line 219 of file Rn.h.
| R NormeInfinie |
( |
const R2 & |
A | ) |
|
| R Norme2_2 |
( |
const R3 & |
A | ) |
|
Definition at line 222 of file Rn.h.
Definition at line 223 of file Rn.h.
| R NormeInfinie |
( |
const R3 & |
A | ) |
|
| R Norme2_2 |
( |
const R4 & |
A | ) |
|
Definition at line 226 of file Rn.h.
Definition at line 227 of file Rn.h.
| R NormeInfinie |
( |
const R4 & |
A | ) |
|