A scratchpad for interesting code or thoughts I have as I start my journey as a professional developer.
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.
No comments:
Post a Comment