AGI STK Util 11Send comments on this topic.
SetValues Method (IAgOrientationQuaternion)
See Also
QX
Specify a value for the vector component of the quaternion orientation method in the X direction (QX).
QY
Specify a value for the vector component of the quaternion orientation method in the Y direction (QY).
QZ
Specify a value for the vector component of the quaternion orientation method in the Z direction (QZ).
QS
Specify a value for the scalar component of the quaternion orientation method (QS).
Windows






Windows & Linux

Description

This property is deprecated. Use AssignQuaternion instead.

Syntax

[Visual Basic .NET]
Public Sub SetValues( _
    ByVal QX As Double, _
    ByVal QY As Double, _
    ByVal QZ As Double, _
    ByVal QS As Double _
) As 
[C#]
public void SetValues(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Managed C++]
public: void SetValues(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Java]
public void setValues(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Unmanaged C++]
public: HRESULT SetValues(
    double QX,
    double QY,
    double QZ,
    double QS
);

Parameters

QX
Specify a value for the vector component of the quaternion orientation method in the X direction (QX).
QY
Specify a value for the vector component of the quaternion orientation method in the Y direction (QY).
QZ
Specify a value for the vector component of the quaternion orientation method in the Z direction (QZ).
QS
Specify a value for the scalar component of the quaternion orientation method (QS).

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.