geodetic-0.1.4: Geodetic calculations

Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

AsCurve p f Curve 

class AsCurve p f s where Source

Minimal complete definition

Nothing

Methods

_Curve :: Optic' p f s Curve Source

Instances

curve Source

Arguments

:: Double

The ellipsoidal distance.

-> Azimuth

The azimuth.

-> Azimuth

The reverse azimuth.

-> Curve 

Construct a geodetic curve with the given parameters.