A test program for geod_inverse()
More...
#include <stdio.h>
#include "geodesic.h"
Go to the source code of this file.
A test program for geod_inverse()
Definition in file inverse.c.
◆ main()
A simple program to solve the inverse geodesic problem.
This program reads in lines with lat1, lon1, lat2, lon2 and prints out lines with azi1, azi2, s12 (for the WGS84 ellipsoid).
Definition at line 21 of file inverse.c.