Finds all points where the given line intersects the given rectangle.
An array of intersection points. If there are no intersection points the array will be empty, but never null.
Finds all points where the given line intersects the given rectangle.