ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/mg/rib/mgributil.c

This is mgributil.c in view mode; [Download] [Up]

#include "mgP.h"
#include "mgribP.h"
#include "transform.h"
#include "mgribtoken.h"
#include <stdarg.h>

/*-----------------------------------------------------------------------
 * Function:	mgrib_printmatrix
 * Description: prints rib binding for given matrix
 * Returns:	nothing
 * Author:	wisdom
 * Date:	Thu Aug 26 13:39:21 CDT 1993	
 * Notes:
 */

void
mgrib_printmatrix(Transform T)
{
   int i;
   
   mrti(mr_concattransform, mr_parray, 16, T, mr_NULL);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.