home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / fixes / fix024 / libray / libcommon / transform.h.diff < prev    next >
Encoding:
Text File  |  1994-08-09  |  351 b   |  13 lines

  1. *** transform.h    Mon Oct 11 15:00:58 1993
  2. --- transform.h.frac    Mon Oct 11 14:47:18 1993
  3. ***************
  4. *** 65,68 ****
  5. --- 65,71 ----
  6.           ScaleMatrix(), ArbitraryMatrix(), CoordSysTransform();
  7.   extern Float    RayTransform();
  8.   
  9. + extern Float    Lipschitz();
  10. + extern int      MatrixEigenvalues(), MatrixScaling(), Uniform();
  11.   #endif /* TRANSFORM_H */
  12.