CL_BezierSurface::CL_BezierSurface
Syntax
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. |
Description
Constructor
Back to index
|