Gets or sets the first element of the vector 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 QX = nx sin(A/2). Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property QX() As Double |
[C#] |
---|
public double QX {get; set;} |
[Managed C++] |
---|
public: __property double get_QX(); |
[Unmanaged C++] |
---|
public: HRESULT get_QX( double * pVal ); public: HRESULT put_QX( double vQX ); |
[Java] |
---|
public double getQX(); public void setQX( double ); |