STK AgAccessConstraintPluginSend comments on this topic.
RelativeAcceleration_Array Method (IAgAccessConstraintPluginObjectData)
See Also
Type
An apparent position indicator.
Frame
Requested frame to express the results.
Windows





Windows & Linux

Description

The apparent relative acceleration of the other object with respect to this object, in the requested frame, returned as an array representing ax, ay, az. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Function RelativeAcceleration_Array( _
    ByVal Type As AgEAccessApparentPositionType, _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array RelativeAcceleration_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array RelativeAcceleration_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT RelativeAcceleration_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray relativeAcceleration_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame
);

Parameters

Type
An apparent position indicator.
Frame
Requested frame to express the results.

Return Type

An array containing the relative acceleration components in the requested frame, as observed rotating with the frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.