Geoemtric Tools

Hello,

I was wondering if there’s any decent geometric library out there for either C/C++ or C#? I want something capable to handle CSG boolean operations, non-convex polygon tessellation and operations both in 2D and 3D.

Thanks.

Maybe this:
http://www.geometrictools.com

Well good resource. But I needed something .NET/C# library that’s comprehensive and can handle almost everything, such as CGAL library.

Take a look at OpenCascade. I’ve never used it with C# though.

http://www.opencascade.org
and
http://www.opencascade.org/org/community/projects/?project_id=218

Sounds pretty useful. Thanks a lot guys!