STK AgRadarPluginSend comments on this topic.
ConvertBodyCartesianToCBFCartesianArray 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.
Windows





Windows & Linux

Description

Converts the supplied body fixed vector into the central body fixed coordinate system and returns the vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.

Syntax

[Visual Basic .NET]
Public Function ConvertBodyCartesianToCBFCartesianArray( _
    ByVal xBody As Double, _
    ByVal yBody As Double, _
    ByVal zBody As Double _
) As System.Array
[C#]
public System.Array ConvertBodyCartesianToCBFCartesianArray(
    double xBody,
    double yBody,
    double zBody
);
[Managed C++]
public: System::Array ConvertBodyCartesianToCBFCartesianArray(
    double xBody,
    double yBody,
    double zBody
);
[Unmanaged C++]
public: HRESULT ConvertBodyCartesianToCBFCartesianArray(
    double xBody,
    double yBody,
    double zBody,
    SAFEARRAY * * ppArray
);
[Java]
public AgSafeArray convertBodyCartesianToCBFCartesianArray(
    double xBody,
    double yBody,
    double zBody
);

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.