MIME-Version: 1.0 Server: CERN/3.0 Date: Monday, 16-Dec-96 23:33:26 GMT Content-Type: text/html Content-Length: 757 Last-Modified: Monday, 29-Jan-96 19:14:38 GMT
curve.c
program, remember to change the following lines in the
CompoundCurve
function.
Change
toint xm = (x2 + x1 + y2 - y1) / 2.0; int ym = (y2 + y1 - x2 + x1) / 2.0;
double xm = (x2 + x1 + y2 - y1) / 2.0; double ym = (y2 + y1 - x2 + x1) / 2.0;