Transforms a vector from the input frame to
the output frame.
| [Visual Basic .NET] |
|---|
Public Sub TransformVector( _
ByVal FrameFrom As AgEUtFrame, _
ByVal XFrom As Double, _
ByVal YFrom As Double, _
ByVal ZFrom As Double, _
ByVal FrameTo As AgEUtFrame, _
ByRef XTo As Double, _
ByRef YTo As Double, _
ByRef ZTo As Double _
)
|
| [C#] |
|---|
public void TransformVector(
|
| [Managed C++] |
|---|
public: void TransformVector(
|
| [Java] |
|---|
public transformVector(
|
| [Unmanaged C++] |
|---|
public: HRESULT TransformVector(
|
- 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 - XTo
- X component of the ToVector
- YTo
- Y component of the ToVector
- ZTo
- Z component of the ToVector