Home | All Classes | Grouped Classes | Index | Search

CL_BezierCurve::CL_BezierCurve

Constructor

	CL_BezierCurve(
		const CL_Vector* cp, int cs, int steps, bool stepping = true);

Parameters:

cp
an array of control points with size (4 * cs)
cs
number of curve segments
steps
number of points to generate
stepping
whether steps is the number of points per segment or per curve.

See also:

CL_BezierCurve



Questions or comments, write to the ClanLib mailing list.