Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Computational Geometry open source lib [closed]

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

like image 635
Bassel Shawi Avatar asked Jan 16 '10 16:01

Bassel Shawi


1 Answers

I'm starting an open-source Computational Geometry library for .NET here: https://github.com/govert/RobustGeometry.NET.

So far I have the robust geometric predicates of Shewchuk ported to C#, and I'm working on a helfedge mesh representation.

Any help would be appreciated!

like image 145
Govert Avatar answered Sep 29 '22 18:09

Govert