ClanSoft logo
ClanSoft logo

    CL_BezierSurface

Class for Bezier surfaces

Description

This class generates points on a Bezier surface from given control points

Class members

CL_BezierSurface(
        const CL_Vector *cp,
        int xs,
        int ys,
        int xsteps,
        int ysteps,
        bool stepping = true)
virtual ~CL_BezierSurface()
virtual int get_xsteps()
virtual int get_ysteps()
virtual int get_xs()
virtual int get_ys()
virtual bool get_stepping()
virtual void set_xsteps(int xsteps)
virtual void set_ysteps(int ysteps)
virtual void set_stepping(bool stepping)
virtual CL_Vector* get_surface()
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.