VSOPResult_XYZ Class

Definition

VSOP2013 calculate result represent in cartesian coordinate system.

public class VSOPResult_XYZ : VSOPResult

Constructors

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

public VSOPResult_ELL ToELL()

Convert this result to elliptic coordinate.

public VSOPResult_LBR ToLBR()

Convert this result to spherical coordinate.

Last updated