function [xIntersect,yIntersect,hIntersect] = getIntersections(hThis,hLines)
% GETINTERSECTIONS Return intersection information
%
% Thanks to <a href="http://www.mathworks.com/matlabcentral/profile/authors/3354683-yaroslav">Yaroslav Don</a> for his assistance in updating cursorbar for
% MATLAB Graphics and for his contribution of new functionality.