VSOPResult_XYZ Class
Definition
VSOP2013 calculate result represent in cartesian coordinate system.
public class VSOPResult_XYZ : VSOPResultConstructors
public VSOPResult_XYZ(VSOPResult_ELL result)Create a new cartesian result from elliptic result.
Parameters
result VSOPResult_ELL
Elliptic result
public VSOPResult_XYZ(VSOPResult_LBR result)Create a new cartesian result from spherical result.
Parameters
result VSOPResult_LBR
Spherical result
Properties
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)
Methods
Convert this result to elliptic coordinate.
Convert this result to spherical coordinate.
Last updated