From 84504bd815a6ef3c5b7b5958ce46429cbab56a66 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 3 Nov 2007 14:48:50 +0000 Subject: Groundwork to snap to intersections, e.g. intersections of gridlines with guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016) --- src/geom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geom.cpp') diff --git a/src/geom.cpp b/src/geom.cpp index e59b0f302..5072b0c0e 100644 --- a/src/geom.cpp +++ b/src/geom.cpp @@ -17,7 +17,7 @@ * intersection; otherwise, \a result remains unchanged. * * This function finds the intersection of the two lines (infinite) - * defined by n0.X = d0 and x1.X = d1. The algorithm is as follows: + * defined by n0.X = d0 and n1.X = d1. The algorithm is as follows: * To compute the intersection point use Cramer's rule: * (see http://en.wikipedia.org/wiki/Cramer%27s_rule) * \verbatim -- cgit v1.2.3