home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / BOOK / CHAP08 / LINETYPE.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-15  |  272 b   |  15 lines

  1. //
  2. // File name: LineType.CPP
  3. //
  4. // Description: A fixed-point implementation of a line algorithm
  5. //
  6. // Author: John De Goes
  7. //
  8. // Project: Cutting Edge 3D Game Programming
  9. //
  10.  
  11. #include <Dos.H>
  12. #include <Math.H>
  13. #include "LineType.HPP"
  14. #include "FixASM.HPP"
  15.