Posts by mPolo • 11 points
1 post
-
1
votes3
answers1242
viewsA: Point inside a polygon
private void teste() { double xMax = 0; double yMax = 0; double xMin = 9999999999999999999; double yMin = 9999999999999999999; System.Collections.Generic.List<System.Drawing.PointF>…