 Description
Description
The scalar 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 QS = cos(A/2). Dimensionless.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property QS() As Double
 | 
| [C#] | 
|---|
| public double QS {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_QS();public: __property void set_QS(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_QS(
    double * pVal
);
public: HRESULT put_QS(
    double vQS
);
 | 
| [Java] | 
|---|
| public double getQS();
public void setQS(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def QS(self) -> float:
@QS.setter
def QS(self, vQS:float) -> None:
 | 
 See Also
See Also