Description
The partial derivatives of the given frame-fixed vector wrt inertial position coordinates, returned as an array representing the rows of the matrix. Useful for scripting clients. Uses internal units.
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
);
|
Parameters
See Also