This is LinearY.h in view mode; [Download] [Up]
/* LinearY.h by Paul Kunz January 1993
* Subclass of PFunction to manage a LinearY function
*
* Copyright (C) 1993 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#define LINEARY_H_ID "$Id: LinearY.h,v 1.1 1993/01/30 02:43:39 pfkeb Exp $"
#import "PFunction.h"
@interface LinearY : 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.