Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 311 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 311 Bytes

haversine-csharp

Haversine in C#: Calculate the distance between two points along the surface of a sphere.

This is a just a port of heycarsten's Haversine class in Objective-C. Any errors are probably mine.