In geometry, a common problem is to determine whether two lines defined from points A to B and C to D respectively, intersects. Using Test-Driven Development, develop a Line2d class with the following functionality:
|
|
All problems >
Line segment intersection
|