STK AgRadarPluginSend comments on this topic.
ConvertBodyCartesianToCBFCartesian Method (IAgStkRadarPosVelProvider)
See Also
xBody
X component of the body fixed vector in meters.
yBody
Y component of the body fixed vector in meters.
zBody
Z component of the body fixed vector in meters.
xCbf
X component of the central body fixed vector in meters.
yCbf
Y component of the central body fixed vector in meters.
zCbf
Z component of the central body fixed vector in meters.
Windows





Windows & Linux

Description

Converts a vector in body coordinates into CBF fixed coordinates

Syntax

[Visual Basic .NET]
Public Sub ConvertBodyCartesianToCBFCartesian( _
    ByVal xBody As Double, _
    ByVal yBody As Double, _
    ByVal zBody As Double, _
    ByRef xCbf As Double, _
    ByRef yCbf As Double, _
    ByRef zCbf As Double _
)
[C#]
public void ConvertBodyCartesianToCBFCartesian(
    double xBody,
    double yBody,
    double zBody,
    ref double xCbf,
    ref double yCbf,
    ref double zCbf
);
[Managed C++]
public: void ConvertBodyCartesianToCBFCartesian(
    double xBody,
    double yBody,
    double zBody,
    double ^ xCbf,
    double ^ yCbf,
    double ^ zCbf
);
[Unmanaged C++]
public: HRESULT ConvertBodyCartesianToCBFCartesian(
    double xBody,
    double yBody,
    double zBody,
    double * xCbf,
    double * yCbf,
    double * zCbf
);

Parameters

xBody
X component of the body fixed vector in meters.
yBody
Y component of the body fixed vector in meters.
zBody
Z component of the body fixed vector in meters.
xCbf
X component of the central body fixed vector in meters.
yCbf
Y component of the central body fixed vector in meters.
zCbf
Z component of the central body fixed vector in meters.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.