Transforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients.
[Visual Basic .NET] |
---|
Public Function TransformVectorToBody_Array( _ ByVal FrameFrom As AgEUtFrame, _ ByVal XFrom As Double, _ ByVal YFrom As Double, _ ByVal ZFrom As Double _ ) As System.Array |
[C#] |
---|
public System.Array TransformVectorToBody_Array( AgEUtFrame FrameFrom, double XFrom, double YFrom, double ZFrom ); |
[Managed C++] |
---|
public: System::Array TransformVectorToBody_Array( AgEUtFrame FrameFrom, double XFrom, double YFrom, double ZFrom ); |
[Unmanaged C++] |
---|
public: HRESULT TransformVectorToBody_Array( AgEUtFrame FrameFrom, double XFrom, double YFrom, double ZFrom, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray transformVectorToBody_Array( AgEUtFrame FrameFrom, double XFrom, double YFrom, double ZFrom ); |
[Python - STK API ![]() |
---|
def TransformVectorToBody_Array(self, FrameFrom:"AgEUtFrame", XFrom:float, YFrom:float, ZFrom:float) -> list: |
- FrameFrom
- XFrom
- YFrom
- ZFrom