STK AgRadarPluginSend comments on this topic.
GetDirectionCBF Method (IAgStkRadarCBIntersectComputeResult)
See Also
x
X component of the DirectionCBF vector in meters.
y
Y component of the DirectionCBF vector in meters.
z
Z component of the DirectionCBF vector in meters.
Windows





Windows & Linux

Description

Gets the direction vector in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub GetDirectionCBF( _
    ByRef x As Double, _
    ByRef y As Double, _
    ByRef z As Double _
)
[C#]
public void GetDirectionCBF(
    ref double x,
    ref double y,
    ref double z
);
[Managed C++]
public: void GetDirectionCBF(
    double ^ x,
    double ^ y,
    double ^ z
);
[Unmanaged C++]
public: HRESULT GetDirectionCBF(
    double * x,
    double * y,
    double * z
);

Parameters

x
X component of the DirectionCBF vector in meters.
y
Y component of the DirectionCBF vector in meters.
z
Z component of the DirectionCBF vector in meters.

Remarks

The direction vector is used to determine the central body intersection points. The vector is defined in central body fixed coordinates.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.