views:

224

answers:

2

hello, does anyone know an open source c# dll for Computational Geometry.

+2  A: 

There isn't much out there, unfortunately -- the .NET world seems to suffer from a paucity of good open-source math libraries. The best readily available commercial alternative is probably Ceometric's G#, which is neither free nor open-source.

John Feminella
+1  A: 

aforgenet library originally meant for image processing/computer vision/ machine learning AI , does have some good deal of features that can help you! http://www.aforgenet.com/framework/

Egon