Transforms a vector from the body frame to
the output frame returned as an array representing x, y, z. Useful
for scripting clients. Uses internal units.
| [Visual Basic .NET] |
|---|
Public Function TransformVectorFromBody_Array( _
ByVal XFrom As Double, _
ByVal YFrom As Double, _
ByVal ZFrom As Double, _
ByVal FrameTo As AgEUtFrame _
) As System.Array
|
| [C#] |
|---|
public System.Array TransformVectorFromBody_Array(
|
| [Managed C++] |
|---|
public: System::Array TransformVectorFromBody_Array(
|
| [Java] |
|---|
public VariantArray transformVectorFromBody_Array(
|
- XFrom
- YFrom
- ZFrom
- FrameTo
-
Member Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5