What is winding? Yeah, i know, "read the description".
'A non-zero winding rule for determining the interior of a path.'
'An even-odd winding rule for determining the interior of a path.'
I can't understand what winding, 'non-zero' and 'even-odd' means here. Can someone explain that with other words? I can't see the difference in the screen.
GeneralPath gen1 = new GeneralPath(GeneralPath.WIND_NON_ZERO);
GeneralPath gen2 = new GeneralPath(GeneralPath.WIND_EVEN_ODD);