feynmanrules / aforge

Automatically exported from code.google.com/p/aforge
0 stars 0 forks source link

Find line intersections #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have now, more times than I would like, written code to find the intersection 
of two lines.

Rather than type this again, I've pawned it off on AForge; the patch, with 
tests, is attached.

Original issue reported on code.google.com by dales...@gmail.com on 15 Oct 2010 at 3:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 19 Oct 2010 at 7:02

GoogleCodeExporter commented 9 years ago
Merging the contributed code, which finds intersection between two lines - 
GeometryTools.GetIntersectionPoint().

Changing coding style a bit, so it looks closer to "Philips Healthcare - C# 
Coding Standard", which is informally tend to be used in the framework (will 
need to add page about contribution to clarify this).

Committed in revision 1335. Will be released in version 2.1.5.

Original comment by andrew.k...@gmail.com on 10 Nov 2010 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 12 Jan 2011 at 11:43