This repo was created before NETGeographicLib was available. Please use NETGeographicLib as it is officially supported. This repo will be archived and no further maintenance will be done on this for the foreseeable future
This is an attempt to port the Java version of GeographicLib to C#.
The current version is an almost Verbatim transfer of the Java code. This means that the comments too are in javadoc style and variables too will need renaming. The plan to first change the comments to a C# style whenever I need to change anything in a class or when I need to understand how the class/method works
All in all, the code compiles without error and in general works ;)
For the original code head on to http://geographiclib.sourceforge.net/
The given example uses GeoAPI, although it was not necessary, this was done to showcase how simple it is to integrate in a common use case.