Description
The second element of the vector component of the quaternion 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 QY = ny sin(A/2). Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property QY() As Double
|
| [C#] |
|---|
public double QY {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_QY(); public: __property void set_QY(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_QY(
double * pVal
);
public: HRESULT put_QY(
double vQY
);
|
| [Java] |
|---|
public double getQY();
public void setQY(
double
);
|
See Also