Celestine API Documentation - v0.2.0
GitHub
npm
Preparing search index...
transits
classifyMotion
Function classifyMotion
classifyMotion
(
body
:
CelestialBody
,
jd
:
number
)
:
MotionState
Classify the motion state of a body at a given time.
Parameters
body
:
CelestialBody
Celestial body
jd
:
number
Julian Date
Returns
MotionState
Motion state
Remarks
Direct: Moving forward (positive longitude speed)
Retrograde: Moving backward (negative longitude speed)
Stationary-retrograde: About to turn retrograde (speed ≈ 0, decreasing)
Stationary-direct: About to turn direct (speed ≈ 0, increasing)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Celestine API Documentation - v0.2.0
Loading...
Classify the motion state of a body at a given time.