Lines Matching refs:Bezier
98 n is always the polynomial degree, i. e. the Bezier order
101 void sbasis_to_bezier (Bezier & bz, SBasis const& sb, size_t sz)
154 void sbasis_to_bezier(D2<Bezier> &bz, D2<SBasis> const &sb, size_t sz)
167 sz is always the polynomial degree, i. e. the Bezier order
171 D2<Bezier> bez;
180 Bezier is always cubic.
238 // calculate Bezier control arms
318 n is always the polynomial degree, i. e. the Bezier order
320 void bezier_to_sbasis (SBasis & sb, Bezier const& bz)
364 n is always the polynomial degree, i. e. the Bezier order