Re: CGPoint and CGRect

2008-11-21 Thread Michael Ash
On Fri, Nov 21, 2008 at 6:33 PM, Greg Titus <[EMAIL PROTECTED]> wrote: > > On Nov 21, 2008, at 3:19 PM, DKJ wrote: > >> I want to determine whether a line between two CGPoints in a view >> intersects with a given CGRect. There's nothing in the CGGeometry reference >> that does this specifically, an

Re: CGPoint and CGRect

2008-11-21 Thread Greg Titus
On Nov 21, 2008, at 3:19 PM, DKJ wrote: I want to determine whether a line between two CGPoints in a view intersects with a given CGRect. There's nothing in the CGGeometry reference that does this specifically, and I don't yet see how to use the functions that are there to figure this out.

CGPoint and CGRect

2008-11-21 Thread DKJ
I want to determine whether a line between two CGPoints in a view intersects with a given CGRect. There's nothing in the CGGeometry reference that does this specifically, and I don't yet see how to use the functions that are there to figure this out. Before I dust off my Euclid (a rare firs