STK UtilSend comments on this topic.
QY Property (IAgOrientationQuaternion)
See Also
Windows





Windows & Linux

Description

The second 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 QY = ny sin(A/2). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property QY() As Double
[C#]
public double QY {get; set;}
[Managed C++]
public: __property double get_QY();
public: __property void set_QY( double );
[Unmanaged C++]
public: HRESULT get_QY(
    double * pVal
);
public: HRESULT put_QY(
    double vQY
);
[Java]
public double getQY();
public void setQY(
    double
);
[Python - STK API ]
@property
def QY(self) -> float:

@QY.setter
def QY(self, vQY:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.