Database
porter.lst
Associated article: Do-It-Yourself Coordinates
Tags: Database
_GRAPHICS PROGRAMMING COLUMN_ by Kent Porter [LISTING ONE] /* VCOORDS.C: Implements virtual coordinates in GRAFIX library */ /* K. Porter, DDJ Graphics Programming Column, July '89 */ #include <math.h> #include "grafix.h" /* Variables for this compile unit */ double ...


