- #1
pigna
- 12
- 1
The definitions of the winding number, that I have found, do not consider the case in which the point lies over the curve. Is there the winding number undefined ? I'm interested in this issue because I'm writing an algorihm for polygon offsetting that as first step creates a row offset polygon ( generally a non simple polygon with self intersections). Than i have to classify these self-intersection to remove the invalid loops of the row offset curve. I have successfully reach this purpose implementing an algorithm that gives me a value for the winding numbers of these self-intersections ( simply using the summ ω(point,Poly)=∑[θ][/i]), but actually I don't know if this operation is consistent with the theory... I need some clarification about this point and eventually some reference to some papers that address this issue...