C# Navigation Library
IT Chapters, Link of the Day July 23rd, 2006Based on a library I wrote for a final year project in my studies, I have finished a C# implentation of common functions required for developers that develop for navigation solutions. An inital version in .NET 1.1 made its appearance on this blog a while back, but I’ve completely revamped it with a new implementation in .NET 2.0. The project includes custom types for degrees, vectors and points.
Accompanying these classes is a static library of common methods. These methods include applying a wind vector to a passed vector, distance between points and a course between two existing points.
The project source can be downloaded from here.