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 <MiscFoundation/miscgiskit.h> @interface MiscCoord (MiscCoordAdditions) - appendPoint:(NSPoint *)newPoint; - dumpPoints; - insertPoint:(NSPoint *)newPoint at:(int)index; - prependPoint:(NSPoint *)newPoint; - replacePoint:(NSPoint *)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.