STK AgAsHpopPluginSend comments on this topic.
TransformVectorToBody_Array Method (IAgAsLightReflectionResult)
See Also
FrameFrom
XFrom
YFrom
ZFrom
Windows





Windows & Linux

Description

Transforms a vector from the input frame to the body frame returned as an array representing x, y, z. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function TransformVectorToBody_Array( _
    ByVal FrameFrom As AgEUtFrame, _
    ByVal XFrom As Double, _
    ByVal YFrom As Double, _
    ByVal ZFrom As Double _
) As System.Array
[C#]
public System.Array TransformVectorToBody_Array(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom
);
[Managed C++]
public: System::Array TransformVectorToBody_Array(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom
);
[Unmanaged C++]
public: HRESULT TransformVectorToBody_Array(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray transformVectorToBody_Array(
    AgEUtFrame FrameFrom,
    double XFrom,
    double YFrom,
    double ZFrom
);

Parameters

FrameFrom
XFrom
YFrom
ZFrom

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.