Re: NSPoint Documentation
Re: NSPoint Documentation
- Subject: Re: NSPoint Documentation
- From: Todd deGruyl <email@hidden>
- Date: Fri, 22 Mar 2002 14:49:47 -0500
As I understand it, NSPoint is implemented as a struct, not a class, so
it has no methods.
--Todd
On Friday, March 22, 2002, at 02:26 , Daniel Stark wrote:
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.
_______________________________________________
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.