Description
It would be very helpful to have an intersection method in the SubLine class, similar to what is in the Line class. The SubLine intersection method would return the point on the SubLines where two SubLines cross, null if they do not cross (or are parallel).