geodetic-0.1.0: Geodetic calculations

Safe HaskellNone

Data.Geo.Geodetic.Curve

Description

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

Synopsis

Documentation

data Curve Source

Instances

Eq Curve 
Ord Curve 
Show Curve

A show instance that prints to 4 decimal places. This is to take floating-point rounding errors into account.

curveSource

Arguments

:: Double

The ellipsoidal distance.

-> Azimuth

The azimuth.

-> Azimuth

The reverse azimuth.

-> Curve 

Construct a geodetic curve with the given parameters.