Re: Wedgies anyone?
Re: Wedgies anyone?
- Subject: Re: Wedgies anyone?
- From: Robert Miller <email@hidden>
- Date: Mon, 17 Jun 2002 17:54:42 -0400
Thanks, that worked, I was forgetting to convert from radians to degrees
(my data values were calculated as radians) before passing the values to
the arc method, another duh!
Regards,
Bob M.
On Monday, June 17, 2002, at 03:46 PM, Kyle Hammond wrote:
[ tempPath appendBezierPathWithArcWithCenter:centerPoint
radius:radius
startAngle:startAngle
endAngle:( ( value / maximum ) * 360.0 ) +
startAngle ];
[ tempPath lineToPoint:centerPoint ];
[ tempPath closePath ];
_______________________________________________
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.