home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / gstobjects_1 / geometry / integer / 139 / 100 / Info < prev    next >
Encoding:
Text File  |  1994-09-04  |  812 b   |  38 lines

  1. Useful geometric routines (integer version)
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object requires the Shared C Library (object 1).
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23. Entry points provided:
  24.  
  25. 0    geom_I3DotProduct
  26. 1    geom_I3CrossProduct
  27. 2    geom_I2BoxesIntersect
  28. 3    geom_I2DotProduct
  29. 4    geom_I2CrossProduct
  30. 5    geom_I2PointInsideTriangle
  31. 6    geom_I2SegmentsIntersect
  32. 7    geom_I2TrianglesIntersect
  33. 8    geom_I2BBoxFromTriangle
  34. 9    geom_I3BBoxFromTriangle
  35. 10    geom_I2OrderBBox
  36. 11    geom_I3OrderBBox
  37. %
  38.