Closed kalluwa closed 1 year ago
This is likely a bug in the C++ code (since there are many that have been fixed in Rust and not back ported), I am not maintaining the C++ code, see this pinned issue: https://github.com/jbuckmccready/CavalierContours/issues/41
thanks for your reply. it should not be a difficult problem(i guess), i'll debug it later
i tested a line segment in rust web demo, it works fine:
but this cpp demo failed:
after adding a another point,it can produce right result:
could this be normal behavior?