NSPoint Documentation
NSPoint Documentation
- Subject: NSPoint Documentation
- From: Daniel Stark <email@hidden>
- Date: Fri, 22 Mar 2002 13:26:55 -0600
This may turn out to be a silly question but I have searched the docs
and headers on my machine and Apple's site and only find a doc for the
java implementation of NSPoint. I am most interested in the method
"distanceToPoint" I figured that that method would work in Objective C
too so I tried:
afloatvalue = [NSpoint1 distanceToPoint:NSpoint2];
And it couldn't find this method. Is this implemented in objective C?
Why can't I find the docs or headers for NSpoint? Of course if it
doesn't exist I can do it myself, I just thought that it would be built
in as it is in Java.
TIA,
Dan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.