home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 505a.lha / GrapicsGems / MANIFEST < prev    next >
Text File  |  1991-05-01  |  5KB  |  78 lines

  1.    File Name        Archive #    Description
  2. -----------------------------------------------------------
  3.  2DClip                     1    2D Clipping: A Vector-Based Approach
  4.  2DClip/Makefile            1    Makefile    
  5.  2DClip/bio.c               2    Basic operations
  6.  2DClip/box.h               1    BOX definition
  7.  2DClip/clip.c              2    Clipping routines
  8.  2DClip/cross.c             4    Intersection calculation    
  9.  2DClip/line.h              1    Major definitions    
  10.  AALines                    1    Rendering Anti-Aliased Lines
  11.  AALines/00README           1    Information about AALines Gem
  12.  AALines/AALines.c          4    Code to render an anti-aliased line
  13.  AALines/AALines.h          1    Symbols & globals
  14.  AALines/AAMain.c           1    Calling routine
  15.  AALines/AATables.c         4    Initialization of tables and frame buffer
  16.  AALines/FastMatMul.c       5    Fast routines to multiply 4x4 matrices
  17.  AALines/LongConst.h        1    High-precision constants
  18.  AALines/Makefile           1    Makefile
  19.  AALines/utah.c             3    Interface to Utah Raster Toolkit
  20.  AALines/utah.h             1    Declarations for URT interface
  21.  AAPolyScan.c               4    Fast Anti_aliasing Polygon Scan Conversion    
  22.  Albers.c                   3    Albers Equal-Area Conic Map Projection
  23.  BinRec.c                   1    Recording Animation in Binary Order    
  24.  BoundSphere.c              3    An Efficient Bounding Sphere    
  25.  BoxSphere.c                2    Box-Sphere Intersection Checking
  26.  CircleRect.c               1    Fast Circle-Rectangle Intersection Checking
  27.  ConcaveScan.c              4    Concave Polygon Scan Conversion
  28.  DigitalLine.c              1    Digital Line Drawing
  29.  Dissolve.c                 3    A Digital "Dissolve" Effect
  30.  DoubleLine.c               3    Symmetric Double Step Line Algorithm
  31.  FastJitter.c               1    Efficient Generation of Sampling Jitter
  32.  FitCurves.c                5    Automatically Fit Digitized Curves
  33.  FixedTrig.c                1    Fixed-Point Trig with CORDIC Iterations
  34.  Forms.c                    4    Forms, Vectors, and Transformations
  35.  GGVecLib.c                 5    2D and 3D Vector C Library    
  36.  GraphicsGems.h             3    Graphics Gems header file    
  37.  HSLtoRGB.c                 1    A Fast HSL-to-RGB Transform
  38.  Hash3D.c                   1    3D Grid Hashing Function
  39.  HypotApprox.c              1    A Fast Approximation to the Hypotenuse    
  40.  Interleave.c               4    Bit Interleaving for Quad- or Octrees
  41.  Label.c                    2    Nice Numbers for Graph Labels
  42.  LineEdge.c                 3    Fast Line-Edge Intersections on a Uniform Grid
  43.  MANIFEST                   1    This shipping list
  44.  Makefile                   2    Makefile for the whole shebang
  45.  MatrixInvert.c             3    Matrix Inversion    
  46.  MatrixOrtho.c              1    Matrix Orthogonalization
  47.  MatrixPost.c               2    Efficient Post-Concatenation of Trans. Matrices    
  48.  Median.c                   2    Median Finding on a 3x3 Grid
  49.  NearestPoint.c             5    Nearest-Point-On-Curve and Bezier Root-Finder
  50.  OrderDither.c              2    Ordered Dithering
  51.  PixelInteger.c             1    Proper Treatment of Pixels As Integers
  52.  PntOnLine.c                2    A Fast 2D Point-On-Line Test
  53.  PolyScan                   1    Convex Polygon Scan Conversion & Clipping
  54.  PolyScan/Makefile          1    Makefile
  55.  PolyScan/fancytest.c       2    Phong-shading a Texture mapping test
  56.  PolyScan/poly.c            2    Simple utilities for polygon data structure    
  57.  PolyScan/poly.h            2    Definitions for polygon package
  58.  PolyScan/poly_clip.c       3    Homogeneous 3D polygon clipper
  59.  PolyScan/poly_scan.c       3    Convex polygon point-sampled scan conversion
  60.  PolyScan/scantest.c        2    Gouraud shading and Z-buffer demo    
  61.  Quaternions.c              2    Using Quaternions for Coding 3D Transformations    
  62.  README                     1    General information
  63.  RGBTo4Bits.c               1    Mapping RGB Triples Onto Four Bits    
  64.  RayBox.c                   1    Fast Ray-Box Intersection
  65.  RayPolygon.c               1    An Efficient Ray-Polygon Intersection
  66.  Roots3And4.c               3    Cubic and Quartic Roots
  67.  SeedFill.c                 2    A Seed Fill Algorithm
  68.  SquareRoot.c               2    A High-Speed, Low-Precision Square Root
  69.  Sturm                      1    Using Sturm Sequences to Bracket Real Roots
  70.  Sturm/Makefile             1    Makefile
  71.  Sturm/main.c               2    Sample driver program
  72.  Sturm/solve.h              1    Useful constants and types
  73.  Sturm/sturm.c              4    Functions to build and evaluate Sturm sequence
  74.  Sturm/util.c               1    Root polishing and evaluating utilities
  75.  TransBox.c                 1    Transforming Axis-Aligned Bounding Boxes
  76.  TriPoints.c                2    Generating Random Points in Triangles
  77.  ViewTrans.c                1    3D Viewing and Rotation using Orthonormal Bases
  78.