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

This is Plot2D.m in view mode; [Download] [Up]

/* Plot2D.m	By Paul Kunz	March 1992
 * Replacement of obsolete class used for backward compatiblity.
 *
 * Copyright (C)  1991  The Board of Trustees of  
 * The Leland Stanford Junior University.  All Rights Reserved.
 */

#import "Plot2D.h"

const char Plot2D_h_rcsid[] = PLOT2D_H_ID;
const char Plot2D_m_rcsid[] = "$Id: Plot2D.m,v 2.3 1992/12/05 17:50:20 pfkeb Exp $";

@implementation Plot2D

- read:(NXTypedStream *)stream
{
    [super read:stream];
    return self;
}

@end

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