Algoteka

2D Line to Line Intersection - All languages

Problem by oml1111

Problem description:

Implement an algorithm for finding an intersection of two 2D lines, and use it to find the intersection of some arbitrary pair of lines. Solution should be fast and strive for simplicity.

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)