Wednesday, 7 September 2016

Find the point of intersection between two lines (C#)

Since I couldn't find a complete solution to finding the intersection point between two lines (rather just snippets and hints), see below a full class which provides this functionality.

Change the namespace as required.