Syntax
CL_Bezier(
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. |
Description
Constructor
Back to index
|