Searched defs:cubic1 (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-lattice2.cpp | 539 Geom::Point cubic1 = a + (1./3)* (b - a); local 541 if(horizontal) c->curveto(Geom::Point(cubic1[X],a[Y]),Geom::Point(cubic2[X],b[Y]),b); 542 else c->curveto(Geom::Point(a[X],cubic1[Y]),Geom::Point(b[X],cubic2[Y]),b);
|
H A D | lpe-fillet-chamfer.cpp | 551 Geom::CubicBezier const *cubic1 = dynamic_cast<Geom::CubicBezier const *>(&*knotCurve1); member in class:Inkscape::LivePathEffect::Geom 553 if (cubic1) { 554 ray1.setPoints((*cubic1)[2], startArcPoint);
|
/inkscape/src/live_effects/parameter/ |
H A D | filletchamferpointarray.cpp | 468 Geom::CubicBezier const *cubic1 = dynamic_cast<Geom::CubicBezier const *>(knotCurve1); member in class:Inkscape::LivePathEffect::Geom 470 if (cubic1) { 471 ray1.setPoints((*cubic1)[2], startArcPoint);
|
Completed in 319 milliseconds