home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / SPD.3.0.shar.gz / SPD.3.0.shar / lib.h < prev    next >
Text File  |  1991-01-13  |  420b  |  20 lines

  1. /*
  2.  * lib.h - vector library definitions
  3.  *
  4.  * Author:  Eric Haines, 3D/Eye, Inc.
  5.  */
  6.  
  7. #define    X_AXIS    0
  8. #define    Y_AXIS    1
  9. #define    Z_AXIS    2
  10.  
  11. /* Output library definitions */
  12. #define OUTPUT_CURVES        0    /* true curve output */
  13. #define OUTPUT_PATCHES        1    /* polygonal patches output */
  14.  
  15. #define OUTPUT_RESOLUTION    4    /* amount of polygonalization */
  16.  
  17. int    lib_get_size() ;
  18. double    lib_normalize_vector() ;
  19. double    lib_gauss_rand() ;
  20.