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






Windows & Linux

Description

Gets the base position vector in the central body fixed frame.

Syntax

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

Parameters

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

Remarks

The base position vector is the origin for the direction vector. The vector is defined in central body fixed coordinates.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.