hello,
does anyone know of an algorithm, implementation or class that triangulates or polygonizes a java.awt.Shape ?
it would help me with rendering the shape using OpenGL. the input should be the shape data and the output should the list of vertices and the respective faces
so a converter from
java.awt.Area to java.awt.Polygon would be nifty
thanks!