Searched refs:p1_on_cl (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | snapper.h | 121 Geom::Point const p1_on_cl = (_type == LINE) ? _point : p; member in class:Inkscape::Snapper::SnapConstraint::Geom 122 Geom::Point const p2_on_cl = p1_on_cl + _direction; 123 return Geom::projection(p, Geom::Line(p1_on_cl, p2_on_cl)); |
Completed in 88 milliseconds