Closed jbuckmccready closed 1 year ago
Test case added which triggers debug assert that found the problem. This fixes one of the cases (case 2) reported in https://github.com/jbuckmccready/cavalier_contours/issues/27.
This applies to case where line is nearly vertical (p0.x - p1.x very close to 0).
p0.x - p1.x
0
Test case added which triggers debug assert that found the problem. This fixes one of the cases (case 2) reported in https://github.com/jbuckmccready/cavalier_contours/issues/27.
This applies to case where line is nearly vertical (
p0.x - p1.x
very close to0
).