Converts a vector in CBF coordinates into
body coordinates.
| [Visual Basic .NET] |
|---|
Public Sub ConvertCBFCartesianToBodyCartesian( _
ByVal xCbf As Double, _
ByVal yCbf As Double, _
ByVal zCbf As Double, _
ByRef xBody As Double, _
ByRef yBody As Double, _
ByRef zBody As Double _
)
|
| [C#] |
|---|
public void ConvertCBFCartesianToBodyCartesian(
|
| [Managed C++] |
|---|
public: void ConvertCBFCartesianToBodyCartesian(
|
- xCbf
- X component of the central body fixed vector in meters.
- yCbf
- Y component of the central body fixed vector in meters.
- zCbf
- Z component of the central body fixed vector in meters.
- xBody
- X component of the body fixed vector in meters.
- yBody
- Y component of the body fixed vector in meters.
- zBody
- Z component of the body fixed vector in meters.