This is Point.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface Point : Object
{
NXPoint point;
}
- initFromX:(float)x y:(float)y;
- initFrom:(NXPoint *)p;
- (NXPoint *)asCPointer;
- setX:(float)x;
- setX:(float)x y:(float)y;
- setY:(float)y;
- (double)xCoord;
- (double)yCoord;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.