Original Post
Given a line from point (a,b) to point (c,d) is there a simple math like way to detect if it intersects a RECT of points(w,x,y,z) where w = topleft, x = topright, y = bot. left, z = bot. right...? I can do it by gettings the slope of the line, but this takes alot of processing time. Any help is appreciated.
-Jeff