|
|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 311 (0x137)
Types: TextFile
Notes: UNIX file
Names: »graph.h«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
└─⟦2d53db1df⟧ UNIX Filesystem
└─⟦this⟧ »frankh/gsrc/graph.h«
/* * For plotting routines */ double line(), point(), sin(), clear(), polar(), plot(), xscale, yscale, xfudge, yfudge, xoff, yoff; #define YMAX 799.0 #define XMAX 799.0 /* xscale = 1024.0 / 2.0; yscale = 800.0 / 2.0; xfudge = 15.0; yfudge = 15.0; xoff = 1024.0 / 2.0; yoff = 800.0 / 2.0; */