STK UtilSend comments on this topic.
AssignYPRAngles Method (IAgOrientation)
See Also
Sequence
Yaw
Pitch
Roll
Windows





Windows & Linux

Description

Helper method to set orientation using the YPR angles representation.

Syntax

[Visual Basic .NET]
Public Sub AssignYPRAngles( _
    ByVal Sequence As AgEYPRAnglesSequence, _
    ByVal Yaw As System.Object, _
    ByVal Pitch As System.Object, _
    ByVal Roll As System.Object _
)
[C#]
public void AssignYPRAngles(
    AgEYPRAnglesSequence Sequence,
    System.Object Yaw,
    System.Object Pitch,
    System.Object Roll
);
[Managed C++]
public: void AssignYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);
[Unmanaged C++]
public: HRESULT AssignYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);
[Java]
public void assignYPRAngles(
    AgEYPRAnglesSequence Sequence,
    AgVariant Yaw,
    AgVariant Pitch,
    AgVariant Roll
);
[Python - STK API ]
def AssignYPRAngles(self, Sequence:"AgEYPRAnglesSequence", Yaw:typing.Any, Pitch:typing.Any, Roll:typing.Any) -> None:

Parameters

Sequence
Yaw
Pitch
Roll

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.