AGI AgAccessConstraintPlugin 11 Send comments on this topic.
RelativeAcceleration Method (IAgAccessConstraintPluginObjectData)
See Also 
Type
An apparent position indicator.
Frame
Requested frame to express the results
Ax
The X-component of relative acceelration in the requested frame, as observed rotating with that frame
Ay
The Y-component of relative acceelration in the requested frame, as observed rotating with that frame
Az
The Z-component of relative acceelration in the requested frame, as observed rotating with that frame





Description

The apparent relative acceleration of the other object with respect to this object, in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Sub RelativeAcceleration( _
   ByVal Type As AgEAccessApparentPositionType, _
   ByVal Frame As AgEUtFrame, _
   ByRef Ax As Double, _
   ByRef Ay As Double, _
   ByRef Az As Double _
) 

[C#]
public void RelativeAcceleration(
AgEAccessApparentPositionType Type,
AgEUtFrame Frame,
ref double Ax,
ref double Ay,
ref double Az
);

[Managed C++]
public: void RelativeAcceleration(
AgEAccessApparentPositionType Type,
AgEUtFrame Frame,
double ^ Ax,
double ^ Ay,
double ^ Az
);

[Java]
public  relativeAcceleration(
AgEAccessApparentPositionType Type,
AgEUtFrame Frame,
double Ax,
double Ay,
double Az
);

[Unmanaged C++]
public: HRESULT RelativeAcceleration(
AgEAccessApparentPositionType Type,
AgEUtFrame Frame,
double * Ax,
double * Ay,
double * Az
);

Parameters

Type
Member Value Description
eLightPathApparentPosition 1 Light path apparent position. Accounts for the light time delay (if applied) between objects.
eRefractedApparentPosition 2 Refracted apparent position. Accounts for refraction effects (if applied) on the light path apparent position.
eProperApparentPosition 3 Proper Apparent position. Accounts for aberration effects (depending on the aberration type applied) on the refracted apparent position.
An apparent position indicator.
Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results
Ax
The X-component of relative acceelration in the requested frame, as observed rotating with that frame
Ay
The Y-component of relative acceelration in the requested frame, as observed rotating with that frame
Az
The Z-component of relative acceelration in the requested frame, as observed rotating with that frame

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1