-
Notifications
You must be signed in to change notification settings - Fork 32
Please explain find_feasible.hpp #28
Comments
basically it checks if a translation would lead to an immediate (and unwanted) intersection of the two polygons. do you have a concrete test-case? |
I rotated the numbers in your data/generated like this code. rotated_0.wkt : rotated_1.wkt : rotated_d.wkt : Please test them. thx! |
I don't understand your test-case. usually there are two polygons (A and B) and they result in a third polygon (the NFP). I tried to generate the NFP with the data of rotated_0 and rotated_1 and it works. |
Sorry...I misplaced these files. rotated_0.wkt : rotated_1.wkt : I tried to generate the NFP with the data of rotated_0 and rotated_1 . |
Please leave ‘rotated_d.wkt’ alone, now don't care it... |
Thank you!! |
find_feasible.hpp
May I ask what happened in the second loop? I don't understand. Sometimes the program discards the correct potential vectors. I am trying to figure out the logical flow of this code and fix it.
Please!!
The text was updated successfully, but these errors were encountered: