Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
AstroData
Description
Documentation
Orbital body type storing the Body ID, GM parameter, position-velocity vector, and epoch Note that units are in au days and epoch is normally measured from Julian -- epoch
Instances
Eq f => Eq (OrbitBody f) Source # | |
Show f => Show (OrbitBody f) Source # | |
Generic (OrbitBody f) Source # | |
NFData f => NFData (OrbitBody f) Source # | |
type Rep (OrbitBody f) Source # | |
Defined in AstroData type Rep (OrbitBody f) = D1 (MetaData "OrbitBody" "AstroData" "nbody-0.1.0.0-5vnB4DCzNBqD29X1Eke4fT" False) (C1 (MetaCons "OrbitBody" PrefixI True) ((S1 (MetaSel (Just "bid") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String) :*: S1 (MetaSel (Just "bGM") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 f)) :*: (S1 (MetaSel (Just "brv") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Vec2 f)) :*: S1 (MetaSel (Just "epoch") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 f)))) |