Provide methods to calculate planet position. Full 6 variable or one of them.
public class Calculator
Initializes a new instance of the Calculator class.
public VSOP2013 ();
GetPlanetPosition(VSOPBody body, VSOPTime time)
GetPlanetPositionAsync(VSOPBody body, VSOPTime time)
GetVariable(VSOPBody body, int iv, VSOPTime time)
GetVariableAsync(VSOPBody body, int iv, VSOPTime time)
Last updated 1 year ago