"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "ocre-0.029/ocre/src/ajusteRecta.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 teajur {
    3   int n;
    4   double sx, sy, sxy;
    5   double sx2, sy2;
    6   double delx, ax, bx;
    7   double dely, ay, by;
    8   double r;
    9   } * tajur ;
   10 
   11 void nuevodAjusteRecta (tajur * najur);
   12 
   13 void acerosdAjusteRecta (tajur ajur);
   14 
   15 void borradAjusteRecta (tajur ajur);
   16 
   17 void imprimedAjusteRecta (tajur ajur);
   18 
   19 void anyadedAAjusteRecta (tajur ajur, int x, int y);
   20 
   21 void calculaAjusteRecta (tajur ajur);
   22 
   23 double distanciaXarectaAjuste (tajur ajur, int x, int y);
   24 
   25 double distanciaYarectaAjuste (tajur ajur, int x, int y);
   26