nbody-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

AstroData

Description

 
Synopsis

Documentation

data OrbitBody f Source #

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

Constructors

OrbitBody 

Fields

Instances
Eq f => Eq (OrbitBody f) Source # 
Instance details

Defined in AstroData

Methods

(==) :: OrbitBody f -> OrbitBody f -> Bool #

(/=) :: OrbitBody f -> OrbitBody f -> Bool #

Show f => Show (OrbitBody f) Source # 
Instance details

Defined in AstroData

Generic (OrbitBody f) Source # 
Instance details

Defined in AstroData

Associated Types

type Rep (OrbitBody f) :: Type -> Type #

Methods

from :: OrbitBody f -> Rep (OrbitBody f) x #

to :: Rep (OrbitBody f) x -> OrbitBody f #

NFData f => NFData (OrbitBody f) Source # 
Instance details

Defined in AstroData

Methods

rnf :: OrbitBody f -> () #

type Rep (OrbitBody f) Source # 
Instance details

Defined in AstroData