VSOPResult_LBR Class
Definition
VSOP2013 calculate result represent in spherical coordinate system.
Constructors
Create a new spherical result from elliptic result.
Parameters
result
VSOPResult_ELL
Elliptic result
Create a new spherical result from cartesian result.
Parameters
result
VSOPResult_XYZ
Cartesian result
Properties
double l {get;}
longitude (rd)
double b {get;}
latitude (rd)
double r {get;}
radius (au)
double dl {get;}
longitude velocity (rd/day)
double db {get;}
latitude velocity (rd/day)
double dr {get;}
radius velocity (au/day)
Methods
Convert this result to elliptic coordinate.
Convert this result to cartesian coordinate.
Last updated