Gets or sets the scalar component of the quaternion. 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property QS() As Double |
[C#] |
---|
public double QS {get; set;} |
[Managed C++] |
---|
public: __property double get_QS(); |
[Unmanaged C++] |
---|
public: HRESULT get_QS( double * pVal ); public: HRESULT put_QS( double vQS ); |
[Java] |
---|
public double getQS(); public void setQS( double ); |