Kowal Posted July 12, 2021 Posted July 12, 2021 How to connect the polar function and point projection on lwpoly? (polar pt ang (distance to the object)) How to calculate the distance to an object? Scheme is shown in the image. Quote
Tharwat Posted July 12, 2021 Posted July 12, 2021 Create Ray object rotated based on your given angle then check if the Ray intersecting with the polyline, if so then the distance will be from 'pt' to interested point. NOTE: This is if the intersecting is just once otherwise you need to iterate through the interested coordinates and get the closest coordinate to 'pt' coordinate. 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.