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
);
|
| [Unmanaged C++] |
|---|
public: HRESULT FrameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z,
SAFEARRAY * * pArray
);
|
| [Java] |
|---|
public AgSafeArray frameFixedVectorPosPartials_Array(
AgEUtFrame Frame,
double X,
double Y,
double Z
);
|
[Python - STK API ] |
|---|
def FrameFixedVectorPosPartials_Array(self, Frame:"AgEUtFrame", X:float, Y:float, Z:float) -> list:
|
Parameters
See Also