Nutation angle by which the spin axis is offset from the angular momentum direction defined in the inertial frame. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property NutationAngle() As Double |
[C#] |
---|
public double NutationAngle {get; set;} |
[Managed C++] |
---|
public: __property double get_NutationAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_NutationAngle( double * pVal ); public: HRESULT put_NutationAngle( double NutationAngle ); |
[Java] |
---|
public double getNutationAngle(); public void setNutationAngle( double ); |