ClanSoft logo
ClanSoft logo

    CL_Bezier

Class for Bezier curves

Description

This class generates points on a Bezier from given control points

Class members

CL_Bezier(
        const CL_Vector *cp,
        int cs,
        int steps,
        bool stepping = true)
virtual ~CL_Bezier()
virtual int get_steps()
virtual int get_cs()
virtual bool get_stepping()
virtual float get_length(int segment = -1)
virtual void set_steps(int steps)
virtual void set_stepping(bool stepping)
virtual CL_Vector* get_curve()
virtual CL_Vector* get_control_points()
CL_Vector operator [](int n)

See Also

None


Back to index



This page was built using the Perceps documentation system.