Re: NSPoint
Re: NSPoint
- Subject: Re: NSPoint
- From: Zeph Campbell <email@hidden>
- Date: Sat, 1 Mar 2003 23:14:18 -0800
How much can you possible do to a point? =]
It's such a simple data type that the overhead of an object is just
unnecessary.
On Saturday, March 1, 2003, at 10:54 PM, email@hidden wrote:
Why has NSPoint and various other data types been defined as structs
rather than classes? Is there any good reason for not encapsulating
data like this (how much should be the extent of data encapsulation)?
_______________________________________________
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.
References: | |
| >NSPoint (From: email@hidden) |