solver.h revision e88f1eca443c9f97550088469932d9cea9ac0475
#ifndef _SOLVE_SBASIS_H
#define _SOLVE_SBASIS_H
#include "point.h"
#include "sbasis.h"
unsigned
unsigned degree); /* Degree of Bezier curve */
void
unsigned degree, /* The degree of the polynomial */
unsigned depth); /* The depth of the recursion */
unsigned
crossing_count(double const *V, /* Control pts of Bezier curve */
unsigned degree, /* Degree of Bezier curve */
void
double const *w, /* The control points */
unsigned degree, /* The degree of the polynomial */
unsigned depth, /* The depth of the recursion */
};
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :