dsmith82
Results
1
issues of
dsmith82
The `isInside `and `contains `methods have the following test ``` if (area > 0) { return winding == 1; } else { return winding == 0; } ``` I believe...