Looking for a built-in reoutine (maybe vl vlx) that calcualtes an intersection between a line and a circle. The line is designated by 2 points and the circle is designated by centerpoint and rad. The line and circle are not entities in the drawing.....Something like this...(cint p1 p2 (list 2.0 3.0) 3.5)).....p1 is first point of line p2 is secong point of line (list 2.0 3.0) is center or circle and 3.5 is circle rad......Seems like I remember seeing something like this?