Sets the pointing method to Fixed with a YPR Angles orientation.
[Visual Basic .NET] |
---|
Public Function SetPointingFixedYPR( _ ByVal Sequence As AgEYPRAnglesSequence, _ ByVal Yaw As System.Object, _ ByVal Pitch As System.Object, _ ByVal Roll As System.Object _ ) As IAgSnPtFixed |
[C#] |
---|
public IAgSnPtFixed SetPointingFixedYPR( AgEYPRAnglesSequence Sequence, System.Object Yaw, System.Object Pitch, System.Object Roll ); |
[Managed C++] |
---|
public: IAgSnPtFixed^ SetPointingFixedYPR( AgEYPRAnglesSequence Sequence, VARIANT Yaw, VARIANT Pitch, VARIANT Roll ); |
[Unmanaged C++] |
---|
public: HRESULT SetPointingFixedYPR( AgEYPRAnglesSequence Sequence, VARIANT Yaw, VARIANT Pitch, VARIANT Roll, IAgSnPtFixed ** ppIAgSnPtFixed ); |
[Java] |
---|
public IAgSnPtFixed setPointingFixedYPR( AgEYPRAnglesSequence Sequence, AgVariant Yaw, AgVariant Pitch, AgVariant Roll ); |
[Python - STK API ] |
---|
def SetPointingFixedYPR(self, Sequence:"AgEYPRAnglesSequence", Yaw:typing.Any, Pitch:typing.Any, Roll:typing.Any) -> "IAgSnPtFixed": |
- Sequence
- Yaw
- Pitch
- Roll
Define sensor pointing fixed YPR
[C#] | ||
---|---|---|
|
Define sensor pointing fixed YPR
[Visual Basic .NET] | ||
---|---|---|
|
Define sensor pointing fixed YPR
[Python - STK API] | ||
---|---|---|
|
Define sensor pointing fixed YPR
[MATLAB] | ||
---|---|---|
|