Searched defs:dcurve (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dpath.cpp130 // If dcurve == 0, it actually means that all curves are included in the domain
133 size_type dcurve = (_path_size + _from.curve_index - _to.curve_index) % _path_size; local
137 if (dcurve == 0) {
138 dcurve = _path_size;
141 if (dcurve == 1) {
159 if (dcurve == 2) {
167 size_type dcurve = (_path_size + _to.curve_index - _from.curve_index) % _path_size; local
171 if (dcurve == 0) {
172 dcurve = _path_size;
175 if (dcurve
[all...]
H A Delliptical-arc-from-sbasis.cpp128 Piecewise<D2<SBasis> > dcurve; // derivative of the input curve member in class:Geom::make_elliptical_arc
197 dcurve( unitVector(derivative(curve)) ),
220 angle_err = std::fabs( dot( dcurve(k/partitions), ee.normal(p[k]) ) );

Completed in 34 milliseconds