Is point inside polygon?
I need to write a function that will calculate if a point is inside polygon (true/false). Polygon always contains 4 points. I'm reading polygons and points from SVG file <g id="polygons"> <g id="LWPOLYLINE_183_"> <polyline class="st10" points="37.067,24.692 36.031,23.795 35.079,24.894 36.11,25.786 37.067,24.692 " /> </g> <g id="LWPOLYLINE_184_"> <polyline class="st10" points="35.729,23.8 35.413,23.516 34.625,24.39 34.945,24.67 35.729,23.8 " /> </g> <g id="LWPOLYLINE_185_"> <polyline class="st10" points="34.483,24.368 33.975,23.925 34.743,23.047 35.209,23.454 34.483,24.368 " /> </g> <g id=