ftp.nice.ch/pub/next/tools/screen/backspace/Polyhedra.NIHS.bs.tar.gz#/PolyhedraView.BackModule/PolyhedraViewWraps.h

This is PolyhedraViewWraps.h in view mode; [Download] [Up]

/* PolyhedraViewWraps.h generated from PolyhedraViewWraps.psw
   by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
 */

#ifndef POLYHEDRAVIEWWRAPS_H
#define POLYHEDRAVIEWWRAPS_H

extern void colourTriangle(float x1, float y1, float x2, float y2, float x3, float y3, float r, float g, float b);

extern void outlineTriangle(float x1, float y1, float x2, float y2, float x3, float y3);

extern void colourSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float r, float g, float b);

extern void outlineSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);

extern void colourPentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5, float r, float g, float b);

extern void outlinePentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5);

#endif POLYHEDRAVIEWWRAPS_H

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