NSBezierPath illustrations
NSBezierPath illustrations
- Subject: NSBezierPath illustrations
- From: Anthony Arthur <email@hidden>
- Date: Thu, 27 Feb 2003 10:55:06 -0500
Anyone know of graphic illustrations of what some of these methods do?
I am especially interested in:
- (void)appendBezierPathWithArcFromPoint:(NSPoint)fromPoint
toPoint:(NSPoint)toPoint radius:(float)radius
- (void)curveToPoint:(NSPoint)aPoint
controlPoint1:(NSPoint)controlPoint1
controlPoint2:(NSPoint)controlPoint2
- (void)relativeCurveToPoint:(NSPoint)aPoint
controlPoint1:(NSPoint)controlPoint1
controlPoint2:(NSPoint)controlPoint2
A picture illustrating where these points lie with respect to the
resulting curve or arc path would really help. Anyone?
--Brian
_______________________________________________
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.