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] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def TransformVector_Array(self, FrameFrom:"AgEUtFrame", XFrom:float, YFrom:float, ZFrom:float, FrameTo:"AgEUtFrame") -> list: |
- FrameFrom
- Frame of the FromVector.
- XFrom
- X component of the FromVector.
- YFrom
- Y component of the FromVector.
- ZFrom
- Z component of the FromVector.
- FrameTo
- Requested frame of the ToVector.
An array containing the components of the ToVector, expressed in the requested frame.






