#include "idswig.h"
Go to the source code of this file.
Functions | |
double | IdCalcDistance2Points (double, double, double, double) |
Calcule la distance entre deux points. | |
double | IdCalcAngleFromCotes (double, double) |
Calcul d'un angle a partir des cotes de l'angle DROIT. | |
double | IdCalcAngleFromPoints (double, double, double, double, double, double) |
Calcul d'un angle B A C a partir des points B,A,C. | |
int | IdCalcRotatePoint (double, double, double, double, double, double *OUTPUT, double *OUTPUT) |
Rotation d'un point autour d'un centre. | |
int | IdCalcZoomPoint (double, double, double, double, double, double *OUTPUT, double *OUTPUT) |
Augmente d'1 ge donne la Distance d'un point par rapport a un autre. | |
double | IdCalcPythagore (double, double) |
computes sqrt(a + b) without destructive underflow or overflow | |
int | IdCalcNbElemIntEnum (int *, int) |
Nombre d'elements designes par une Int Enum (voir IdStrIntEnum) Exemple : tabInterv : 22,25,35,35,43,45 nbInterv : 3 retour : 8. | |
float | IdCalcRand1 (long *) |
Calcul Nombre Aleatoire (C) Copr. 1986-92 Numerical Recipes Software ]2#. | |
short int | IdCalcSwapInt16 (short int *, int) |
swappe les octets d'un short int. | |
float | IdCalcFloatFromIEEE754 (float *) |
transforme un Float IEEE 745-1985 en Float de la machine ou on est. | |
double | IdCalcDistancePointDroite (double, double, double, double, double, double) |
Calcule la distance d'un point a une droite. | |
double | IdGetDistanceFromPlane (int x, int y, int z, int px, int py, int pz) |
Fonction de calcul de la distance d'un point (x, y, z) au plan centre de coefficients directeurs px, py, pz. | |
int | IdCalcSwapInt32 (int *, int) |
swappe les octets d'un int32. |
|
Calcul d'un angle a partir des cotes de l'angle DROIT.
Definition at line 103 of file utilcalc.c. |
|
Calcul d'un angle B A C a partir des points B,A,C.
Definition at line 138 of file utilcalc.c. |
|
Calcule la distance entre deux points.
Definition at line 55 of file utilcalc.c. Referenced by IdCalcZoomPoint(), and IdCntZoomContourDouble(). |
|
Calcule la distance d'un point a une droite.
Definition at line 80 of file utilcalc.c. References x. |
|
transforme un Float IEEE 745-1985 en Float de la machine ou on est.
Definition at line 475 of file utilcalc.c. |
|
Nombre d'elements designes par une Int Enum (voir IdStrIntEnum) Exemple : tabInterv : 22,25,35,35,43,45 nbInterv : 3 retour : 8.
Definition at line 408 of file utilcalc.c. |
|
computes sqrt(a + b) without destructive underflow or overflow
Definition at line 262 of file utilcalc.c. |
|
Calcul Nombre Aleatoire (C) Copr. 1986-92 Numerical Recipes Software ]2#.
Definition at line 520 of file utilcalc.c. |
|
Rotation d'un point autour d'un centre.
Definition at line 189 of file utilcalc.c. References x. |
|
swappe les octets d'un short int.
Definition at line 576 of file utilcalc.c. References b. |
|
swappe les octets d'un int32.
Definition at line 597 of file utilcalc.c. References b. |
|
Augmente d'1 ge donne la Distance d'un point par rapport a un autre.
Definition at line 227 of file utilcalc.c. References IdCalcDistance2Points(), and x. |
|
Fonction de calcul de la distance d'un point (x, y, z) au plan centre de coefficients directeurs px, py, pz.
Definition at line 646 of file utilcalc.c. |