VSOPResult_XYZ Class
Last updated
Last updated
VSOP2013 calculate result represent in cartesian coordinate system.
Create a new cartesian result from elliptic result.
Parameters
result
Elliptic result
Create a new cartesian result from spherical result.
Parameters
Spherical result
double x {get;}
Position x (au)
double y {get;}
Position y (au)
double z {get;}
Position z (au)
double dx {get;}
Velocity x (au/day)
double dy {get;}
Velocity y (au/day)
double dz {get;}
Velocity z (au/day)
Convert this result to elliptic coordinate.
Convert this result to spherical coordinate.
result