Original Post
Does someone know a triangulation library? For example: I have 3 vertices describing an angle and I have a width of let's say 100 pixels. What I need is the triangulated list of vertices to be drawn. It is pretty basic for usual scenarios to write an own algorithm but this is, however not trivial for all situations. There must be such a lib somewhere, I just can't find it. Those complex situations arise when the vertex positions + width create intersecting points, so drawing them creates areas of overlapping. I do not need the drawing itself just the triangulation, well let's say a robust triangulation :)


I'm not sure about that....

