Closed npruehs closed 9 years ago
Implement a rectangle-rectangle intersection test with the following signature:
public static bool Intersects(this RectangleF first, RectangleF second)
If you can, provide an overload with an out parameter containing the intersection point(s).
Write at least one unit test illustrating your solution, and/or add any reference links as comments.
Implement a rectangle-rectangle intersection test with the following signature:
If you can, provide an overload with an out parameter containing the intersection point(s).
Write at least one unit test illustrating your solution, and/or add any reference links as comments.