ClanSoft logo
ClanSoft logo

    CL_Bezier::CL_Bezier

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



This page was built using the Perceps documentation system.