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

/inkscape/src/libavoid/
H A Dgeometry.h97 // Finds the projection point of (a,b) onto (a,c)
98 static inline Point projection(const Point& a, const Point& b, const Point& c) function in namespace:Avoid
/inkscape/src/
H A Dsnapper.h108 Geom::Point projection(Geom::Point const &p) const { // returns the projection of p on this constraint function in class:Inkscape::Snapper::SnapConstraint
116 // point to be projected is exactly at the center of the circle, so any point on the circle is a projection
123 return Geom::projection(p, Geom::Line(p1_on_cl, p2_on_cl));
125 printf("WARNING: Bug: trying to find the projection onto an undefined constraint");
/inkscape/src/2geom/
H A Dline.h240 /** @brief Get a time value corresponding to a projection of a point on the line.
512 Point projection(Point const &p, Line const &line) function in namespace:Geom
518 LineSegment projection(LineSegment const &seg, Line const &line) function in namespace:Geom

Completed in 5170 milliseconds