polyk icon indicating copy to clipboard operation
polyk copied to clipboard

"TypeError: Cannot set properties of undefined (setting 'flag')"

Open BadIdeaException opened this issue 3 years ago • 1 comments

const polyk = require("polyk")

const vertices = [ 1,  1,
  5,  5,
  5,  0,
  4,  2 ]

const [ s1, s2 ] = [ 0, 2 ]
const [ e1, e2 ] = [ 9, 2 ] 
polyk.Slice(vertices, s1, s2, e1,e2)

results in TypeError: Cannot set properties of undefined (setting 'flag') in index.js line 241.

BadIdeaException avatar Sep 20 '22 15:09 BadIdeaException

Same problem, pops up at random

DVLP avatar Oct 21 '22 01:10 DVLP