daef / poly-bool-comparison

10 stars 4 forks source link

unisamples : holes #7

Open z3dev opened 2 years ago

z3dev commented 2 years ago

Just wondering, but why does holes have the ending points; [0,1], [0,0]

[
    [ [0,0], [1,0], [0.5,1], [0,0], [0,1], [0,0] ], // <----
    [ [0.2,0.2], [0.5,0.8], [0.8,0.2], [0.2,0.2] ]
]
daef commented 2 years ago

more degenerate cases make for better testing of robustness I guess