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





Windows & Linux

Description

Converts the supplied central body fixed vector into the 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 ConvertCBFCartesianToBodyCartesianArray( _
    ByVal xCbf As Double, _
    ByVal yCbf As Double, _
    ByVal zCbf As Double _
) As System.Array
[C#]
public System.Array ConvertCBFCartesianToBodyCartesianArray(
    double xCbf,
    double yCbf,
    double zCbf
);
[Managed C++]
public: System::Array ConvertCBFCartesianToBodyCartesianArray(
    double xCbf,
    double yCbf,
    double zCbf
);
[Unmanaged C++]
public: HRESULT ConvertCBFCartesianToBodyCartesianArray(
    double xCbf,
    double yCbf,
    double zCbf,
    SAFEARRAY * * ppArray
);
[Java]
public AgSafeArray convertCBFCartesianToBodyCartesianArray(
    double xCbf,
    double yCbf,
    double zCbf
);

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.