Searched defs:pt4 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 75 milliseconds