Does anyone know of a good (efficient, nice API, etc.) geometry open source library for .NET? Some of the operations needed:
- Data Structures
- Vectors (2D and 3D with
floats anddoubles) - Lines (2D and 3D)
- Rectangles / Squares / Cubes / Boxes
- Spheres / Circles
- N-Sided Polygon
- Matrices (
floats anddoubles)
- Vectors (2D and 3D with
- Algorithms
- Intersection calculations
- Area / Volume calculations