Message-ID: <35AD4C68.2259A70A@ameritech.net> From: S Prasad MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Allegro: do_line Interpolation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 6 Date: Thu, 16 Jul 1998 00:48:27 GMT NNTP-Posting-Host: 206.141.209.194 NNTP-Posting-Date: Wed, 15 Jul 1998 19:48:27 CDT Organization: Ameritech.Net www.ameritech.net Complaints: abuse AT ameritech DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Using allegro's do_line() is VERY fast for interpolation (that is, calculating all points in-between two given points). But it is limited by the type int. Does anyone know of a fast interpolation routine which accepts long (thereby allowing for fixed pt.)? Thank you for taking the time to read this.