ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Quadratic.h

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

/* Quadratic.h  	by Paul Kunz	January 1993
 * Subclass of PFunction to manage a Quadratic function
 *
 * Copyright (C)  1993  The Board of Trustees of
 * The Leland Stanford Junior University. All Rights Reserved.
 */

#define QUADRATIC_H_ID "$Id: Quadratic.h,v 1.1 1993/01/30 02:43:50 pfkeb Exp $"

#import "PFunction.h"

@interface Quadratic : PFunction
{
}

- init;
 /*
  * The designated initialzer.
  */
  
@end

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