STK AgRadarPluginSend comments on this topic.
SetDirectionCBF Method (IAgStkRadarCBIntersectComputeParams)
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

Sets the direction vector in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub SetDirectionCBF( _
    ByVal x As Double, _
    ByVal y As Double, _
    ByVal z As Double _
)
[C#]
public void SetDirectionCBF(
    double x,
    double y,
    double z
);
[Managed C++]
public: void SetDirectionCBF(
    double x,
    double y,
    double z
);
[Unmanaged C++]
public: HRESULT SetDirectionCBF(
    double x,
    double y,
    double z
);
[Java]
public void setDirectionCBF(
    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.