Authors: Diederik van Lierop <mail@diedenrezi.nl>
Released under GNU GPL, read the file 'COPYING' for more information.
Definition in file snapped-line.cpp.
#include "snapped-line.h"
#include <2geom/geom.h>
#include "libnr/nr-values.h"
Go to the source code of this file.
Functions | |
bool | getClosestIntersectionSL (std::list< Inkscape::SnappedLine > &list1, std::list< Inkscape::SnappedLine > &list2, Inkscape::SnappedPoint &result) |
bool | getClosestIntersectionSL (std::list< Inkscape::SnappedLine > &list, Inkscape::SnappedPoint &result) |
bool | getClosestIntersectionSLS (std::list< Inkscape::SnappedLineSegment > &list, Inkscape::SnappedPoint &result) |
bool | getClosestSL (std::list< Inkscape::SnappedLine > &list, Inkscape::SnappedLine &result) |
bool | getClosestSLS (std::list< Inkscape::SnappedLineSegment > &list, Inkscape::SnappedLineSegment &result) |