Description
Gets the position vector of the first point of intersection in the central body fixed frame.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub GetIntercept1CBF( _
ByRef x As Double, _
ByRef y As Double, _
ByRef z As Double _
)
|
| [C#] |
|---|
public void GetIntercept1CBF( ref double x, ref double y, ref double z );
|
| [Managed C++] |
|---|
public: void GetIntercept1CBF( double ^ x, double ^ y, double ^ z );
|
| [Java] |
|---|
public getIntercept1CBF( double x, double y, double z );
|
| [Unmanaged C++] |
|---|
public: HRESULT GetIntercept1CBF( double * x, double * y, double * z );
|
Parameters
See Also