Re: Bezier drawing tool suggestions?
Re: Bezier drawing tool suggestions?
- Subject: Re: Bezier drawing tool suggestions?
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 4 Mar 2006 21:19:43 -0800
On Mar 4, 2006, at 8:04 PM, Scott Thompson wrote:
1) Create a class to represent a bezier curve. The class
represents the curve as point triples. Each triple represents a
"left-side" control point, an on-curve point, and a right-side
control point. The class also has to deal with things like
"isClosed" (though if your shapes are always closed... that could
simplify things a bit.
You need four points to define a Bezier cubic spline. What kind of
curve are you describing?
-jcr
_______________________________________________
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