STK AgAsHpopPluginSend comments on this topic.
TransformVector Method (IAgAsHpopPluginResult)
See Also
FrameFrom
Frame of the FromVector.
XFrom
X component of the FromVector.
YFrom
Y component of the FromVector.
ZFrom
Z component of the FromVector.
FrameTo
Requested frame of the ToVector.
XTo
X component of the ToVector.
YTo
Y component of the ToVector.
ZTo
Z component of the ToVector.
Windows





Windows & Linux

Description

Transforms a vector from the input frame to the output frame.

Syntax

[Visual Basic .NET]
Public Sub TransformVector( _
    ByVal FrameFrom As AgEUtFrame, _
    ByVal XFrom As Double, _
    ByVal YFrom As Double, _
    ByVal ZFrom As Double, _
    ByVal FrameTo As AgEUtFrame, _
    ByRef XTo As Double, _
    ByRef YTo As Double, _
    ByRef ZTo As Double _
)
[C#]
public void TransformVector(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo,
    ref double XTo,
    ref double YTo,
    ref double ZTo
);
[Managed C++]
public: void TransformVector(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo,
    double ^ XTo,
    double ^ YTo,
    double ^ ZTo
);
[Unmanaged C++]
public: HRESULT TransformVector(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom,
    AgEUtFrame FrameTo,
    double * XTo,
    double * YTo,
    double * ZTo
);

Parameters

FrameFrom
Frame of the FromVector.
XFrom
X component of the FromVector.
YFrom
Y component of the FromVector.
ZFrom
Z component of the FromVector.
FrameTo
Requested frame of the ToVector.
XTo
X component of the ToVector.
YTo
Y component of the ToVector.
ZTo
Z component of the ToVector.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.