 Description
Description
The third 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 QZ = nz sin(A/2). Dimensionless.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property QZ() As Double
 | 
| [C#] | 
|---|
| public double QZ {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_QZ();public: __property void set_QZ(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_QZ(
    double * pVal
);
public: HRESULT put_QZ(
    double vQZ
);
 | 
| [Java] | 
|---|
| public double getQZ();
public void setQZ(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def QZ(self) -> float:
@QZ.setter
def QZ(self, vQZ:float) -> None:
 | 
 See Also
See Also