GetPlanetPositionAsync
Calculate all 6 variable of a planet.
public Task<VSOPResult_ELL> GetPlanetPositionAsync(VSOPBody body, VSOPTime time)Parameters
body VSOPBody
Planet enum.
time VSOPTime
Exclusive time class in VSOP2013.
Return
Task<VSOPResult_ELL>
Full Result with 6 variable of Elliptic Coordinates.
Can be explicit cast to VSOPResult_XYZ and VSOPResult_LBR
Last updated