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

  1. Useful geometric routines (floating point)
  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_D3DotProduct
  26. 1    geom_D3CrossProduct
  27. 2    geom_D3LineIntersectTriangle
  28. 3    geom_D2BoxesIntersect
  29. 4    geom_D2DotProduct
  30. 5    geom_D2CrossProduct
  31. 6    geom_D2PointInsideTriangle
  32. 7    geom_D2SegmentsIntersect
  33. 8    geom_D2TrianglesIntersect
  34. 9    geom_D2BBoxFromTriangle
  35. 10    geom_D3BBoxFromTriangle
  36. 11    geom_D2OrderBBox
  37. 12    geom_D3OrderBBox
  38.