STK AgAsHpopPluginSend comments on this topic.
FrameFixedVectorPosPartials Method (IAgAsLightReflectionResultEval)
See Also
Frame
X
Y
Z
VecXwrtVX
VecXwrtVY
VecXwrtVZ
VecYwrtVX
VecYwrtVY
VecYwrtVZ
VecZwrtVX
VecZwrtVY
VecZwrtVZ
Windows





Windows & Linux

Description

The partial derivatives of the given frame-fixed vector wrt inertial position coordinates. Uses internal units.

Syntax

[Visual Basic .NET]
Public Sub FrameFixedVectorPosPartials( _
    ByVal Frame As AgEUtFrame, _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double, _
    ByRef VecXwrtVX As Double, _
    ByRef VecXwrtVY As Double, _
    ByRef VecXwrtVZ As Double, _
    ByRef VecYwrtVX As Double, _
    ByRef VecYwrtVY As Double, _
    ByRef VecYwrtVZ As Double, _
    ByRef VecZwrtVX As Double, _
    ByRef VecZwrtVY As Double, _
    ByRef VecZwrtVZ As Double _
)
[C#]
public void FrameFixedVectorPosPartials(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z,
    ref double VecXwrtVX,
    ref double VecXwrtVY,
    ref double VecXwrtVZ,
    ref double VecYwrtVX,
    ref double VecYwrtVY,
    ref double VecYwrtVZ,
    ref double VecZwrtVX,
    ref double VecZwrtVY,
    ref double VecZwrtVZ
);
[Managed C++]
public: void FrameFixedVectorPosPartials(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z,
    double ^ VecXwrtVX,
    double ^ VecXwrtVY,
    double ^ VecXwrtVZ,
    double ^ VecYwrtVX,
    double ^ VecYwrtVY,
    double ^ VecYwrtVZ,
    double ^ VecZwrtVX,
    double ^ VecZwrtVY,
    double ^ VecZwrtVZ
);
[Unmanaged C++]
public: HRESULT FrameFixedVectorPosPartials(
    AgEUtFrame Frame,
    double X,
    double Y,
    double Z,
    double * VecXwrtVX,
    double * VecXwrtVY,
    double * VecXwrtVZ,
    double * VecYwrtVX,
    double * VecYwrtVY,
    double * VecYwrtVZ,
    double * VecZwrtVX,
    double * VecZwrtVY,
    double * VecZwrtVZ
);

Parameters

Frame
X
Y
Z
VecXwrtVX
VecXwrtVY
VecXwrtVZ
VecYwrtVX
VecYwrtVY
VecYwrtVZ
VecZwrtVX
VecZwrtVY
VecZwrtVZ

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.