Lines Matching defs:path3
12 Geom::Path path3;
27 path3.setStitching(true);
28 path3.append(Geom::EllipticalArc(Geom::Point(4,0),1,2,M_PI,false,false,Geom::Point(5,1)));
29 path3.append(Geom::LineSegment(Geom::Point(5,1),Geom::Point(5,2)));
30 path3.append(Geom::LineSegment(Geom::Point(6,4),Geom::Point(2,4)));
58 pv[0] = path3;
69 pv.push_back(path3);
95 pv[0] = path3;
106 pv.push_back(path3);
118 TS_ASSERT(!SPCurve(path3).is_empty());
131 TS_ASSERT(!SPCurve(path3).is_closed());
154 pv[0] = path3;
163 pv.push_back(path3);
179 pv.push_back(path3);
191 TS_ASSERT_EQUALS(*(SPCurve(path3).first_point()) , Geom::Point(4,0));
197 pv.push_back(path3);
207 TS_ASSERT_EQUALS(*(SPCurve(path3).last_point()) , Geom::Point(8,4));
213 pv.push_back(path3);
223 TS_ASSERT_EQUALS( *(SPCurve(path3).second_point()) , Geom::Point(5,1));
228 pv.push_back(path3);
238 TS_ASSERT_EQUALS( *(SPCurve(Geom::PathVector(path3)).penultimate_point()) , Geom::Point(6,4));
243 pv.push_back(path3);