ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Temp/MiscCoordAdditions/MiscCoordAdditions.h

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

// Copyright (c) 1997  Todd Anthony Nathan  All Rights Reserved.
//
// Created: Sun Mar  9 02:16:13 GMT-0600 1997
// By:      Todd Anthony Nathan
// 
// You are free to do as you see fit with this software.  The author
// doesn't make any implied or non-implied guarentees to the fitness
// of the software.  Use it at your own risk.
///


#import <appkit/appkit.h>
#import <misckit/miscgiskit.h>

@interface MiscCoord (MiscCoordAdditions)

- appendPoint:(NXPoint *)newPoint;
- dumpPoints;
- insertPoint:(NXPoint *)newPoint at:(int)index;
- prependPoint:(NXPoint *)newPoint;
- replacePoint:(NXPoint *)newPoint at:(int)index;
- reverse;
- swapPointsAt:(int)pointA :(int)pointB;

@end

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