Annotation of researchv10no/libplot/libpen/point.c, revision 1.1.1.1

1.1       root        1: #include "pen.h"
                      2: point(x, y)
                      3: double x, y;
                      4: {
                      5:        if(noscale){
                      6:        x = SCX(x);
                      7:        y = SCY(y);
                      8:        }
                      9:        penUp();
                     10:        fprintf(pltout,"PA %8.2f,%8.2f PD; PU;\n",x,y); 
                     11:        penstate = UP;
                     12:        ckerr(0);
                     13: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.