This is WanderingPolygonViewPart.h in view mode; [Download] [Up]
/*------------------------------------------------------------------------------
WanderingPolygonViewPart.h Copyright (C) 1991, Karl Kraft;
SYNOPSIS
This is a module for BackSpace, that wanders a polygon around the screen.
REVISIONS
K^2 Karl Kraft karl@bodi.portal.com
Date Who Modification
11/2/91; K^2 Released;
------------------------------------------------------------------------------*/
#import <appkit/View.h>
#define MINPOINTS 2
#define MAXPOINTS 9
@interface WanderingPolygonView : View
{
long NUMPOINTS;
NXPoint p[MAXPOINTS];
NXPoint m[MAXPOINTS];
float r,g,b;
long steps;
}
/*********************************************************************/
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.