Lines Matching refs:point
17 #include <2geom/point.h>
33 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, long const source_num, Inkscape::SnapTargetType const target, Geom::OptRect const &bbox)
34 : _point(point),
43 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, Inkscape::SnapTargetType const target)
44 : _point(point),
53 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source)
54 : _point(point),
82 // Coordinates of the point
84 // For perpendicular or tangential snapping of a ROTATING line we need to know its (stationary) starting point.
88 // vector will be stored in the same way as the starting point is, i.e. as a Geom::Point. A boolean is paired to this
89 // point, which is true for vectors but false for origins
98 //Sequence number of the source point within the set of points that is to be snapped.
100 // - Minus one (-1) if we're sure that we have only a single point