Searched defs:curvature (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | connector-tool.h | 81 gdouble curvature; member in class:Inkscape::UI::Tools::ConnectorTool
|
/inkscape/src/ |
H A D | sp-conn-end-pair.cpp | 86 object->readAttr( "inkscape:connector-curvature" ); 181 repr->setAttribute("inkscape:connector-curvature", Glib::Ascii::dtostr(_connCurvature).c_str()); 328 void recreateCurve(SPCurve *curve, Avoid::ConnRef *connRef, const gdouble curvature) argument 330 bool straight = curvature<1e-3; 334 route = route.curvedPolyline(curvature);
|
/inkscape/src/widgets/ |
H A D | connector-toolbar.cpp | 152 item->setAttribute( "inkscape:connector-curvature", 161 prefs->setDouble(Glib::ustring("/tools/connector/curvature"), newValue); 165 _("Change connector curvature")); 287 GtkAdjustment *adj = GTK_ADJUSTMENT( g_object_get_data( tbl, "curvature" ) ); 292 gdouble curvature = SP_PATH(item)->connEndPair.getCurvature(); local 295 gtk_adjustment_set_value(adj, curvature); 344 _("The amount of connectors curvature"), 345 "/tools/connector/curvature", defaultConnCurvature, 346 GTK_WIDGET(desktop->canvas), holder, TRUE, "inkscape:connector-curvature",
|
/inkscape/src/2geom/ |
H A D | sbasis-geometric.cpp | 7 * unit_vector, curvature, and centroid. Most are built on top of unit_vector, which takes an 357 /** returns a function giving the curvature at each point in M. 364 Geom::curvature(D2<SBasis> const &M, double tol) { function in class:Geom 373 /** returns a function giving the curvature at each point in M. 380 Geom::curvature(Piecewise<D2<SBasis> > const &V, double tol){ function in class:Geom 386 curv_seg = curvature(VV.segs[i],tol); 610 * \brief returns the cubics fitting direction and curvature of a given 638 //with lambda0 and lambda1 s.t. curvature at both ends is the same 639 //as the curvature of the given curve. 705 Piecewise<SBasis> k = curvature(resul [all...] |
Completed in 492 milliseconds