Why does path.contains(point) return seemingly inconsistent results? What am I missing?
My goal is to check if a point is inside a region. The code below illustrates a sample with the region defined with an Envelope struct.
My goal is to check if a point is inside a region. The code below illustrates a sample with the region defined with an Envelope struct.