Re: NSPoint Documentation
Re: NSPoint Documentation
- Subject: Re: NSPoint Documentation
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 22 Mar 2002 14:22:33 -0600
See NSGeometry.h. NSPoint is a C structure and not a class.
How did you search ? It is common that search tools (like PB) do not look in
NSGeometry.h, but is there and easily found.
----- Original Message -----
From: "Daniel Stark" <email@hidden>
To: <email@hidden>
Sent: Friday, March 22, 2002 1:26 PM
Subject: NSPoint Documentation
>
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.