home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / hellsrc.zip / VECT3.INC < prev    next >
Text File  |  1993-11-24  |  685b  |  23 lines

  1. extrn   _v0rot0init:near, _v0rot0a:near, _v0rot0b:near
  2.  
  3. extrn   _v0r0sincosptr:dword, _v0r0perspective:word
  4. extrn   _v0r0srx0:dword, _v0r0sry0:dword, _v0r0srz0:dword
  5. extrn   _v0r0crx0:dword, _v0r0cry0:dword, _v0r0crz0:dword
  6. extrn   _v0r0srx1:dword, _v0r0sry1:dword, _v0r0srz1:dword
  7. extrn   _v0r0crx1:dword, _v0r0cry1:dword, _v0r0crz1:dword
  8. extrn   _v0r0tx:word, _v0r0ty:word, _v0r0tz:word
  9.  
  10. ; raw point buffer:
  11. ; 0 - 1dw - number of points
  12. ; 2 - [0]{
  13. ;   0 - 3dw - X, Y, Z signed coords
  14. ; }
  15. ;
  16. ; perspective adjusted point buffer:
  17. ; 0 - 1dw - number of points
  18. ; 2 - [0]{
  19. ;   0 - 3dw - X, Y, Z signed coords
  20. ;   6 - 2dw - pX and pY, perspective adjusted coords
  21. ; }
  22.  
  23.