p/q collectively describe the orientation of the satellite's orbit plane. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property q() As Double |
[C#] |
---|
public double q {get; set;} |
[Managed C++] |
---|
public: __property double get_q(); |
[Unmanaged C++] |
---|
public: HRESULT get_q( double * pVal ); public: HRESULT put_q( double newVal ); |
[Java] |
---|
public double getq(); public void setq( double ); |