Searched refs:pt3 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dvanishing-point.cpp708 boost::optional<Geom::Point> pt1, pt2, pt3, pt4; local
718 pt3 = pl.intersection_with_viewbox(desktop);
723 if (!pt1 || !pt2 || !pt3 || !pt4) {
734 this->addLine(corner3, *pt3, type);

Completed in 15 milliseconds