AGI AgRadarPlugin 11 Send 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
);

[Java]
public Object[] convertBodyCartesianToCBFCartesianArray(
double xBody,
double yBody,
double zBody
);

[Unmanaged C++]
public: HRESULT ConvertBodyCartesianToCBFCartesianArray(
double xBody,
double yBody,
double zBody,
SAFEARRAY ** Array
);

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface