Copyright | (c) 2018 Cedric Liegeois |
---|---|
License | BSD3 |
Maintainer | Cedric Liegeois <ofmooseandmen@yahoo.fr> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Types and functions for working with n-vectors.
Documentation
Represents a position as the normal vector to the sphere.
Orientation: z-axis points to the North Pole along the Earth's rotation axis, x-axis points towards the point where latitude = longitude = 0.
Instances
Eq NVector Source # | |
Show NVector Source # | |
IsVector3d NVector Source # | |
ETransform NVector Source # | |
Defined in Data.Geo.Jord.Transform | |
NTransform NVector Source # | |
Defined in Data.Geo.Jord.Transform | |
ETransform (AngularPosition NVector) Source # | |
Defined in Data.Geo.Jord.Transform toEcef :: AngularPosition NVector -> Earth -> EcefPosition Source # fromEcef :: EcefPosition -> Earth -> AngularPosition NVector Source # | |
NTransform (AngularPosition NVector) Source # |
|