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