Description
Fourth element of the quaternion (its scalar 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 Q4=cos(A/2).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Q4() As Double
|
| [C#] |
|---|
public double Q4 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Q4(); public: __property void set_Q4(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Q4(
double * pQ4
);
public: HRESULT put_Q4(
double Q4
);
|
| [Java] |
|---|
public double getQ4();
public void setQ4(
double
);
|
See Also