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





Windows & Linux

Description

The apparent relative velocity of the other object with respect to this object, in the requested frame, returned as an array representing vx, vy, vz. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Function RelativeVelocity_Array( _
    ByVal Type As AgEAccessApparentPositionType, _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array RelativeVelocity_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array RelativeVelocity_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT RelativeVelocity_Array(
    AgEAccessApparentPositionType Type,
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray relativeVelocity_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 velocity components in the requested frame, as observed rotating with the frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.