VSOPResult_LBR Class

Definition

VSOP2013 calculate result represent in spherical coordinate system.

public class VSOPResult_LBR : VSOPResult

Constructors

public VSOPResult_LBR(VSOPResult_ELL result)

Create a new spherical result from elliptic result.

Parameters

result VSOPResult_ELL

Elliptic result


public VSOPResult_LBR(VSOPResult_XYZ 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

public VSOPResult_ELL ToELL()

Convert this result to elliptic coordinate.

public VSOPResult_XYZ ToXYZ()

Convert this result to cartesian coordinate.

Last updated