STK AgRadarPluginSend comments on this topic.
ConvertCBFCartesianToBodyCartesian Method (IAgStkRadarPosVelProvider)
See Also
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.
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.
Windows





Windows & Linux

Description

Converts a vector in CBF coordinates into body coordinates.

Syntax

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

Parameters

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.
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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.