home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBTransform.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  273 b   |  16 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5. #import "RIBCommand.h"
  6.  
  7. @interface RIBTransform:RIBCommand
  8. {
  9.   RtMatrix  aMatrix;
  10. }
  11.  
  12. - setMatrix:(RtMatrix)newMatrix;
  13. - getMatrix:(RtMatrix *)matrixPtr;
  14.  
  15. @end
  16.