Description
Second element of the quaternion (and of its vector part) representing orientation between two sets of axes. This quaternion is from the reference axes to the body frame; if n and A are the axis and angle of rotation, respectively, then Q2=ny sin(A/2).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Q2() As Double
|
| [C#] |
|---|
public double Q2 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Q2(); public: __property void set_Q2(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Q2(
double * pQ2
);
public: HRESULT put_Q2(
double Q2
);
|
| [Java] |
|---|
public double getQ2();
public void setQ2(
double
);
|
See Also