Path passing by given points
Path passing by given points
- Subject: Path passing by given points
- From: Arthur VIGAN <email@hidden>
- Date: Thu, 6 Feb 2003 17:55:16 +0100
Hi,
I am working on a simple view to draw plots of functions like sin, cos,
tan, exp, ...
That's why I would like to know if there is a way to draw an
NSBezierPath passing by given points (numericaly calculated)? I looked
in the doc, but the only thing I found was the -
(void)curveToPoint:controlPoint1:controlPoint2: method which is not
adapted to what I am doing.
Maybe the easiest way is to draw lines between the points, and increase
the number of points to have smooth graphics?
Thanks in advance,
Arthur
_______________________________________________
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.