Line and Polygon intersection #363
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I would think you might be able to use the Z callback to handle this.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there an example that could solve the following intersection case?
Input:
a) a list of lines
b) one path made of one closed poly-line with holes
Output:
a) a list of intersection points on each line
b) parameter "t" on the input lines where the point is located (e.g. 0.5 is middle of the line, 0, is start, 1 is end.)
Beta Was this translation helpful? Give feedback.
All reactions