Sets the pointing method to Fixed with a YPR Angles orientation.
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
| [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] | ||
|---|---|---|
| ||






