Searched defs:start_pt (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | object-snapper.cpp | 540 Geom::Point start_pt = dt->doc2dt(curve->pointAt(0)); local 542 c1 = isUnselectedNode(start_pt, unselected_nodes);
|
H A D | box3d.cpp | 362 box3d_snap (SPBox3D *box, int id, Proj::Pt3 const &pt_proj, Proj::Pt3 const &start_pt) { argument 363 double z_coord = start_pt[Proj::Z]; 366 double x_coord = start_pt[Proj::X]; 367 double y_coord = start_pt[Proj::Y];
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 233 Geom::Point expand_circle( Geom::Circle &inner_circle, Geom::Circle const &outer_circle, Geom::Point const &start_pt, Geom::Point const &start_tangent ) { argument 236 // std::cout << " start: point: " << start_pt << " tangent: " << start_tangent << std::endl; 238 if( !(outer_circle.contains(start_pt) ) ) { 243 Geom::Line secant1(start_pt, start_pt + start_tangent); 254 Geom::Coord d0 = Geom::distance(chord2_pts[0].point(),start_pt); 255 Geom::Coord d1 = Geom::distance(chord2_pts[1].point(),start_pt); 258 Geom::Line da(d,start_pt); 275 Geom::LineSegment chord4(start_pt,p); 277 Geom::Line diameter = make_parallel_line( start_pt, bisecto [all...] |
Completed in 25 milliseconds