Geodetic-0.4: Geodetic calculations

Data.Geo.GeodeticCurve

Description

A geodetic curve is made of a distance in metres, an azimuth and a reverse azimuth.

Synopsis

Documentation

geodeticCurveSource

Arguments

:: Double

The ellipsoidal distance.

-> Azimuth

The azimuth.

-> Azimuth

The reverse azimuth.

-> GeodeticCurve 

Construct a geodetic curve with the given parameters.