Transforms a vector from the input frame to
the output frame (in internal units) returned as an array
representing x, y, z. Useful for scripting clients.
| [Visual Basic .NET] |
|---|
Public Function TransformVector_Array( _
ByVal FrameFrom As AgEUtFrame, _
ByVal XFrom As Double, _
ByVal YFrom As Double, _
ByVal ZFrom As Double, _
ByVal FrameTo As AgEUtFrame _
) As System.Array
|
| [C#] |
|---|
public System.Array TransformVector_Array(
|
| [Managed C++] |
|---|
public: System::Array TransformVector_Array(
|
| [Java] |
|---|
public VariantArray transformVector_Array(
|
| [Unmanaged C++] |
|---|
public: HRESULT TransformVector_Array(
|
- FrameFrom
-
Frame of the FromVectorMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - XFrom
- X component of the FromVector
- YFrom
- Y component of the FromVector
- ZFrom
- Z component of the FromVector
- FrameTo
-
Requested frame of the ToVectorMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5
An array containing the components of the
ToVector, expressed in the requested frame