STK Vector Geometry ToolSend comments on this topic.
FindInAxesWithRate Method (IAgCrdnAxes)
See Also
Epoch
Specify an epoch.
Axes
Specify an input axes.
Windows





Windows & Linux

Description

Find an angular velocity and orientation in the specified axes.

Syntax

[Visual Basic .NET]
Public Function FindInAxesWithRate( _
    ByVal Epoch As System.Object, _
    ByVal Axes As IAgCrdnAxes _
) As IAgCrdnAxesFindInAxesWithRateResult
[C#]
public IAgCrdnAxesFindInAxesWithRateResult FindInAxesWithRate(
    System.Object Epoch,
    IAgCrdnAxes Axes
);
[Managed C++]
public: IAgCrdnAxesFindInAxesWithRateResult^ FindInAxesWithRate(
    VARIANT Epoch,
    IAgCrdnAxes ^ Axes
);
[Unmanaged C++]
public: HRESULT FindInAxesWithRate(
    VARIANT Epoch,
    IAgCrdnAxes * Axes,
    IAgCrdnAxesFindInAxesWithRateResult ** ppRetVal
);
[Java]
public IAgCrdnAxesFindInAxesWithRateResult findInAxesWithRate(
    AgVariant Epoch,
    IAgCrdnAxes Axes
);
[Python - STK API ]
def FindInAxesWithRate(self, Epoch:typing.Any, Axes:"IAgCrdnAxes") -> "IAgCrdnAxesFindInAxesWithRateResult":

Parameters

Epoch
Specify an epoch.
Axes
Specify an input axes.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.