.NET Geometry Library

Posted by dewald on Stack Overflow See other posts from Stack Overflow or by dewald
Published on 2010-04-17T20:59:46Z Indexed on 2010/04/17 21:03 UTC
Read the original article Hit count: 398

Filed under:
|
|
|
|

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 and doubles)
    • Lines (2D and 3D)
    • Rectangles / Squares / Cubes / Boxes
    • Spheres / Circles
    • N-Sided Polygon
    • Matrices (floats and doubles)
  • Algorithms
    • Intersection calculations
    • Area / Volume calculations

© Stack Overflow or respective owner

Related posts about .NET

Related posts about geometry