Code

Filter effects dialog:
[inkscape.git] / src / geom.cpp
index bc161bf9fc74b10fa70547fe0a4d26e4b148481c..e59b0f30233ae211b981c5986b3b98d2503c5c97 100644 (file)
@@ -18,7 +18,8 @@
  *
  * This function finds the intersection of the two lines (infinite)
  * defined by n0.X = d0 and x1.X = d1.  The algorithm is as follows:
- * To compute the intersection point use kramer's rule:
+ * To compute the intersection point use Cramer's rule:
+ * (see http://en.wikipedia.org/wiki/Cramer%27s_rule)
  * \verbatim
  * convert lines to form
  * ax + by = c