AGI AgCrdnPlugin 11 Send comments on this topic.
SetAngularVelocityUsingRefAxes Method (IAgCrdnAxesPluginResultEval)
See Also 
Wx
Wy
Wz





Description

Set the angular velocity in rad/sec. The components are to be specifed with respect to the RefAxes.

Syntax

[Visual Basic .NET]
Public Sub SetAngularVelocityUsingRefAxes( _
   ByVal Wx As Double, _
   ByVal Wy As Double, _
   ByVal Wz As Double _
) 

[C#]
public void SetAngularVelocityUsingRefAxes(
double Wx,
double Wy,
double Wz
);

[Managed C++]
public: void SetAngularVelocityUsingRefAxes(
double Wx,
double Wy,
double Wz
);

[Java]
public  setAngularVelocityUsingRefAxes(
double Wx,
double Wy,
double Wz
);

[Unmanaged C++]
public: HRESULT SetAngularVelocityUsingRefAxes(
double Wx,
double Wy,
double Wz
);

Parameters

Wx
Wy
Wz

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1