This is LinearX.h in view mode; [Download] [Up]
/* LinearX.h by Paul Kunz January 1993
* Subclass of PFunction to manage a LinearX function
*
* Copyright (C) 1993 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#define LINEARX_H_ID "$Id: LinearX.h,v 1.1 1993/01/30 02:43:33 pfkeb Exp $"
#import "PFunction.h"
@interface LinearX : PFunction
{
}
- init;
/*
* The designated initialzer.
*/
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.