Re: "Path arithmetic" support in Quartz
Re: "Path arithmetic" support in Quartz
- Subject: Re: "Path arithmetic" support in Quartz
- From: email@hidden
- Date: Wed, 15 Feb 2006 12:08:04 -0800
There is none of that in Quartz 2D. Quartz is a drawing system
and it's geometric capabilities are geared toward drawing.
It would seem to be there in some form since you can do:
- create arbitrary path
- set clip to path
- create another path
- fill; only the intersection of the paths is filled
Well, that could be done using stencils. With today's powerful
graphics hardware, I wouldn't be surprised if it were. Especially
given the cost of calculating intersections of complex paths (just
try drawing an NSBezierPath with 100,000 segments).
Wade
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden