Skip to content

Swift package C++ wrapper for C.Karney's GeographicLib C++ library

Notifications You must be signed in to change notification settings

firecrestHorizon/CGeographicLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CGeographicLib

Swift Version Platform GeographicLib Version

Swift package C++-wrapper for Charles Karney's C++ library for geodesics. See Karney's GeographicLib project.

Pre-requisites

Assumes that GeographicLib is already installed. For macOS this is easily done using Homebrew.

brew install geographiclib

Functions Implemented To-Date

  • Geodesic.Inverse

  • Geodesic.Direct

  • Geodesic.ArcDirect

  • Gnomonic.Forward

  • Gnomonic.Reverse