Home | All Classes | Grouped Classes | Index | Search

CL_BezierSurface::CL_BezierSurface

Constructor

	CL_BezierSurface(
		const CL_Vector* cp, int xs, int ys, int xsteps, int ysteps, bool stepping = true);

Parameters:

cp
an array of control points with size (16 * xs * ys)
xs
number of surface segments on x direction
ys
number of surface segments on y direction
xsteps
number of points to generate on x direction
ysteps
number of points to generate on x direction
stepping
whether steps is the number of points per segment or per surface.

See also:

CL_BezierSurface



Questions or comments, write to the ClanLib mailing list.