AGI AgRadarPlugin 11Send comments on this topic.
GetIntercept2CBF Method (IAgStkRadarCBIntersectComputeResult)
See Also 
x
X component of the Intercept2CBF vector in meters
y
Y component of the Intercept2CBF vector in meters
z
Z component of the Intercept2CBF vector in meters
Windows






Windows & Linux

Description

Gets the position vector of the second point of intersection in the central body fixed frame.

Syntax

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

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.