STK AgCrdnPluginSend comments on this topic.
SetAngularVelocity Method (IAgCrdnAxesPluginResultEval)
See Also
wx
wy
wz
Windows





Windows & Linux

Description

Set the angular velocity in rad/sec. The components are to be specified with respect to this Axes object.

Syntax

[Visual Basic .NET]
Public Sub SetAngularVelocity( _
    ByVal wx As Double, _
    ByVal wy As Double, _
    ByVal wz As Double _
)
[C#]
public void SetAngularVelocity(
    double wx,
    double wy,
    double wz
);
[Managed C++]
public: void SetAngularVelocity(
    double wx,
    double wy,
    double wz
);
[Unmanaged C++]
public: HRESULT SetAngularVelocity(
    double wx,
    double wy,
    double wz
);
[Java]
public void setAngularVelocity(
    double wx,
    double wy,
    double wz
);

Parameters

wx
wy
wz

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.