Closed vahidalizad closed 4 years ago
Executing earcut([0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1], null, 3) gives [] I don't get what is wrong
earcut([0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1], null, 3)
[]
It's degenerate in the xy plane. See #21
Executing
earcut([0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1], null, 3)
gives[]
I don't get what is wrong