Searched defs:norm (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/
H A Dcubicsuperpath.py41 def norm(pt): function
64 start=acos(OA[0]/norm(OA))
67 end=acos(OB[0]/norm(OB))
/inkscape/src/display/
H A Dnr-3dutils.cpp29 gdouble norm(const Fvector &v) { function in namespace:NR
34 gdouble nv = norm(v);
/inkscape/src/
H A Dseltrans.cpp379 void Inkscape::SelTrans::transform(Geom::Affine const &rel_affine, Geom::Point const &norm) argument
384 Geom::Affine const affine( Geom::Translate(-norm) * rel_affine * Geom::Translate(norm) );
1453 Geom::Point const norm(0, 0);
1454 transform(move, norm);
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp562 SPCurve *norm = SP_PATH(item)->get_curve_for_edit(); local
563 norm->transform((dc->white_item)->i2dt_affine());
564 g_return_if_fail( norm != NULL );
565 dc->white_curves = g_slist_reverse(norm->split());
566 norm->unref();
H A Dtweak-tool.cpp788 Geom::Affine norm = Geom::Affine(Geom::Translate(-p1)) * Geom::Affine(Geom::Rotate(-atan2(pdiff[Geom::Y], pdiff[Geom::X]))); local
791 Geom::Point pnorm = p * norm;
/inkscape/src/2geom/
H A Dconicsec.cpp422 Point norm = l.normalAndDist(dist); local
424 return fromLine(norm, dist);

Completed in 417 milliseconds