AGI AgGator 11 Send comments on this topic.
TransformVector Method (IAgGatorPluginResultEvalEngineModel)
See Also 
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
XTo
X component of the ToVector
YTo
Y component of the ToVector
ZTo
Z component of the ToVector





Description

Transforms a vector from the input frame to the output frame.

Syntax

[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(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom,
AgEUtFrame FrameTo,
ref double XTo,
ref double YTo,
ref double ZTo
);

[Managed C++]
public: void TransformVector(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom,
AgEUtFrame FrameTo,
double ^ XTo,
double ^ YTo,
double ^ ZTo
);

[Java]
public  transformVector(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom,
AgEUtFrame FrameTo,
double XTo,
double YTo,
double ZTo
);

[Unmanaged C++]
public: HRESULT TransformVector(
AgEUtFrame FrameFrom,
double XFrom,
double YFrom,
double ZFrom,
AgEUtFrame FrameTo,
double * XTo,
double * YTo,
double * ZTo
);

Parameters

FrameFrom
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Frame of the FromVector
XFrom
X component of the FromVector
YFrom
Y component of the FromVector
ZFrom
Z component of the FromVector
FrameTo
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame of the ToVector
XTo
X component of the ToVector
YTo
Y component of the ToVector
ZTo
Z component of the ToVector

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1