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





Description

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

Syntax

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

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

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

[Java]
public VariantArray bodyFixedVectorPosPartials_Array(
double X,
double Y,
double Z
);

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

Parameters

X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1