Description
The partial derivatives of the given
frame-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 FrameFixedVectorPosPartials_Array( _
ByVal Frame As AgEUtFrame, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As System.Array
|
| [C#] |
public System.Array FrameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);
|
| [Managed C++] |
public: System::Array FrameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);
|
| [Java] |
public VariantArray frameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);
|
| [Unmanaged C++] |
public: HRESULT FrameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z,
SAFEARRAY ** Array
);
|
Parameters
See Also