AGI AgAsHpopPlugin 11 Send comments on this topic.
IncidentDirectionCompVelPartials Method (IAgAsDragModelResultEval)
See Also 
Frame
DirXwrtX
DirXwrtY
DirXwrtZ
DirYwrtX
DirYwrtY
DirYwrtZ
DirZwrtX
DirZwrtY
DirZwrtZ





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
);

[Java]
public  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
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
DirXwrtX
DirXwrtY
DirXwrtZ
DirYwrtX
DirYwrtY
DirYwrtZ
DirZwrtX
DirZwrtY
DirZwrtZ

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1