STK AgAsHpopPluginSend comments on this topic.
IncidentDirectionCompVelPartials Method (IAgAsLightReflectionResultEval)
See Also
Frame
DirXwrtX
DirXwrtY
DirXwrtZ
DirYwrtX
DirYwrtY
DirYwrtZ
DirZwrtX
DirZwrtY
DirZwrtZ
Windows





Windows & Linux

Description

The partial derivatives in seconds/meter of the incident direction components, expressed in the requested frame, wrt inertial velocity coordinates.

Syntax

[Visual Basic .NET]
Public Sub IncidentDirectionCompVelPartials( _
    ByVal Frame As AgEUtFrame, _
    ByRef DirXwrtX As Double, _
    ByRef DirXwrtY As Double, _
    ByRef DirXwrtZ As Double, _
    ByRef DirYwrtX As Double, _
    ByRef DirYwrtY As Double, _
    ByRef DirYwrtZ As Double, _
    ByRef DirZwrtX As Double, _
    ByRef DirZwrtY As Double, _
    ByRef DirZwrtZ As Double _
)
[C#]
public void IncidentDirectionCompVelPartials(
    AgEUtFrame Frame,
    ref double DirXwrtX,
    ref double DirXwrtY,
    ref double DirXwrtZ,
    ref double DirYwrtX,
    ref double DirYwrtY,
    ref double DirYwrtZ,
    ref double DirZwrtX,
    ref double DirZwrtY,
    ref double DirZwrtZ
);
[Managed C++]
public: void IncidentDirectionCompVelPartials(
    AgEUtFrame Frame,
    double ^ DirXwrtX,
    double ^ DirXwrtY,
    double ^ DirXwrtZ,
    double ^ DirYwrtX,
    double ^ DirYwrtY,
    double ^ DirYwrtZ,
    double ^ DirZwrtX,
    double ^ DirZwrtY,
    double ^ DirZwrtZ
);
[Unmanaged C++]
public: HRESULT IncidentDirectionCompVelPartials(
    AgEUtFrame Frame,
    double * DirXwrtX,
    double * DirXwrtY,
    double * DirXwrtZ,
    double * DirYwrtX,
    double * DirYwrtY,
    double * DirYwrtZ,
    double * DirZwrtX,
    double * DirZwrtY,
    double * DirZwrtZ
);

Parameters

Frame
DirXwrtX
DirXwrtY
DirXwrtZ
DirYwrtX
DirYwrtY
DirYwrtZ
DirZwrtX
DirZwrtY
DirZwrtZ

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.