sbasis-to-bezier.h revision e6bdf746e2d9e775704a475a29cc1bb167ec271c
#ifndef _SBASIS_TO_BEZIER
#define _SBASIS_TO_BEZIER
#include "d2.h"
#include "path.h"
// this produces a degree k bezier from a degree k sbasis
sbasis_to_bezier(SBasis const &B, unsigned q = 0);
// inverse
};
#endif