Converts a vector in body coordinates into CBF fixed coordinates
| [Visual Basic .NET] |
|---|
Public Sub ConvertBodyCartesianToCBFCartesian( _ ByVal xBody As Double, _ ByVal yBody As Double, _ ByVal zBody As Double, _ ByRef xCbf As Double, _ ByRef yCbf As Double, _ ByRef zCbf As Double _ ) |
| [C#] |
|---|
public void ConvertBodyCartesianToCBFCartesian( |
| [Managed C++] |
|---|
public: void ConvertBodyCartesianToCBFCartesian( |
- 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.
- 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.
