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

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

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

#define ZSHAPE_H_ID "$Id: Zshape.h,v 1.2 1993/02/01 22:14:56 pfkeb Exp $"

#import "PFunction.h"

@interface Zshape : PFunction
{
}

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

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