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
float
s anddouble
s) - Lines (2D and 3D)
- Rectangles / Squares / Cubes / Boxes
- Spheres / Circles
- N-Sided Polygon
- Matrices (
float
s anddouble
s)
- Vectors (2D and 3D with
- Algorithms
- Intersection calculations
- Area / Volume calculations