"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "ocre-0.029/ocre/src/ajustePlano.h" of archive ocre_v0_029.tgz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 typedef struct teajup {
3 int n;
4 double sx, sy, sz, sxy, sxz, syz;
5 double sx2, sy2, sz2;
6 double az, bz, cz;
7 } * tajup ;
8
9 void nuevodAjustePlano (tajup * najup);
10
11 void acerosdAjustePlano (tajup ajup);
12
13 void borradAjustePlano (tajup ajup);
14
15 void imprimedAjustePlano (tajup ajup);
16
17 void anyadedAAjustePlano (tajup ajup, int x, int y, int z);
18
19 void calculaAjustePlano (tajup ajup);
20
21 double distanciaAPlano (tajup ajup, int x, int y, int z);
22