Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 1.7 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.7 KB

Vertesaur

A computational geometry and math library for the CLR with potential medical, gaming, and GIS uses. Designed to be reasonably independent of any one specific industry yet useful to many.

Build status

Quick Links:

Vertesaur Core

Vertesaur.Core on NuGet: Vertesaur.Core on NuGet

The Vertesaur.Core library is the main part of the project containing core algorithms and data structures. Most implementations in this library will use the double data type.

Vertesaur Generation

Vertesaur.Generation on NuGet: Vertesaur.Generation on NuGet

The Vertesaur.Generation library offers generic implementations for some of the algorithms and data structures in the core. Additionally the library contains helpful abstractions and utilities to assist with run-time code generation for algorithms.