Message 1 of 15
Shortest distance between 2 lines on every point on those lines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear friends,
Situation: There's 2 roads next to eachother. The are not parallel, and have curves in them.
Now: i need to give the distance between them roads along the full road. in other words, i need to draw the side of the first road as a straight line, and the side of the other road (which is a collection of points) as a pline with a certain (shortest) distance from that straight line on every point along the line.
So output should be 1 straight line (the side of the first road) and one line (the side of the second road) with curves and stuff. With this output you can see the distance between the lines in the blink of an eye.
I hope u understand what i mean.
Any suggestions on how to do this?