AGI AgAsHpopPlugin 11 Send comments on this topic.
FrameFixedVectorVelPartials_Array Method (IAgAsLightReflectionResultEval)
See Also 
Frame
X
Y
Z





Description

The partial derivatives of the given frame-fixed vector wrt inertial velocity coordinates in internal units, returned as an array representing the rows of the matrix. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function FrameFixedVectorVelPartials_Array( _
   ByVal Frame As AgEUtFrame, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double _
) As System.Array

[C#]
public System.Array FrameFixedVectorVelPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Managed C++]
public: System::Array FrameFixedVectorVelPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Java]
public VariantArray frameFixedVectorVelPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT FrameFixedVectorVelPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z,
SAFEARRAY ** Array
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1