Lines Matching defs:origin
49 // this point coincides with its origin; for grids this is of no use, but we cannot
54 // Only relevant for guides; grids don't have an origin per line
59 // For this we need to know where the origin is located of the line that is currently being rotated,
70 Geom::Point origin = (*it_origin_or_vector).first; // "first" contains a Geom::Point, denoting either a point
76 Geom::Point const origin_proj = Geom::projection(origin, Geom::Line(p1, p2));
114 // First, project the origin of the circle onto the line
115 Geom::Point const origin = c.getPoint();
116 Geom::Point const p_proj = Geom::projection(origin, gridguide_line);
117 Geom::Coord dist = Geom::L2(p_proj - origin); // distance from circle origin to constraint line
162 // Will only be overridden in the guide-snapper class, because grid lines don't have an origin; the
164 void Inkscape::LineSnapper::_addSnappedLinesOrigin(IntermSnapResults &/*isr*/, Geom::Point const &/*origin*/, Geom::Coord const &/*snapped_distance*/, SnapSourceType const &/*source_type*/, long /*source_num*/, bool /*constrained_snap*/) const