Hey, I'm looking for a library that will triangulate planar polygons with openings.
I've seen a couple other questions that ask about triangulation (see http://stackoverflow.com/questions/406301/polygon-triangulation-with-holes and http://stackoverflow.com/questions/974791/polygon-triangulation), but I'm looking for something that I can use from .NET without having to write a managed wrapper.
Anyone know of a good .NET geometry calculation library? Or is there some way I can do this in DirectX without getting up to my elbows in unmanaged API calls?