Authors: Diederik van Lierop <mail@diedenrezi.nl>
Released under GNU GPL, read the file 'COPYING' for more information.
Definition in file snapped-line.h.
#include <vector>
#include <list>
#include "snapped-point.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Classes | |
class | Inkscape::SnappedLine |
Class describing the result of an attempt to snap to a line. More... | |
class | Inkscape::SnappedLineSegment |
Class describing the result of an attempt to snap to a line segment. More... | |
Functions | |
bool | getClosestIntersectionSL (std::list< Inkscape::SnappedLine > const &list1, std::list< Inkscape::SnappedLine > const &list2, Inkscape::SnappedPoint &result) |
bool | getClosestIntersectionSL (std::list< Inkscape::SnappedLine > const &list, Inkscape::SnappedPoint &result) |
bool | getClosestIntersectionSLS (std::list< Inkscape::SnappedLineSegment > const &list, Inkscape::SnappedPoint &result) |
bool | getClosestSL (std::list< Inkscape::SnappedLine > const &list, Inkscape::SnappedLine &result) |
bool | getClosestSLS (std::list< Inkscape::SnappedLineSegment > const &list, Inkscape::SnappedLineSegment &result) |