kalai Posted June 10, 2011 Posted June 10, 2011 i have a line and a circle . how to get intersction point in lisp help me regards kalai Quote
Lee Mac Posted June 10, 2011 Posted June 10, 2011 If the line/circle are entities in the drawing, the easiest way is to use the IntersectWith method, examples for which may be found here. If you are looking for the points of intersection, given the two points defining the line and circle centre and radius, then a little math must be used. Quote
kalai Posted June 10, 2011 Author Posted June 10, 2011 thanks it works with intersectwith method Quote
Lee Mac Posted June 10, 2011 Posted June 10, 2011 If you wanted to go the mathematical route, I have just added a Line-Circle Intersection function to my set of Geometric Functions. Lee Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.