STK ObjectsSend comments on this topic.
GetLastComputedDirectionInICRF Method (IAgCelestialBodyInfo)
See Also
Windows





Windows & Linux

Description

Returns the last computed direction vector in ICRF.

Syntax

[Visual Basic .NET]
Public Function GetLastComputedDirectionInICRF() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector GetLastComputedDirectionInICRF();
[Managed C++]
public: IAgCartesian3Vector ^ GetLastComputedDirectionInICRF();
[Unmanaged C++]
public: HRESULT GetLastComputedDirectionInICRF(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getLastComputedDirectionInICRF();
[Python - STK API ]
def GetLastComputedDirectionInICRF(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.