AGI AgAccessConstraintPlugin 11 Send comments on this topic.
AngularVelocity Method (IAgAccessConstraintPluginObjectData)
See Also 
Frame
Requested frame to express the results
Wx
The X-component of angular velocity in the requested frame, as observed rotating with the frame
Wy
The Y-component of angular velocity in the requested frame, as observed rotating with the frame
Wz
The Z-component of angular velocity in the requested frame, as observed rotating with the frame
Windows






Windows & Linux

Description

The angular velocity of the body frame of the object wrt the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[Visual Basic .NET]
Public Sub AngularVelocity( _
   ByVal Frame As AgEUtFrame, _
   ByRef Wx As Double, _
   ByRef Wy As Double, _
   ByRef Wz As Double _
) 

[C#]
public void AngularVelocity(
AgEUtFrame Frame,
ref double Wx,
ref double Wy,
ref double Wz
);

[Managed C++]
public: void AngularVelocity(
AgEUtFrame Frame,
double ^ Wx,
double ^ Wy,
double ^ Wz
);

[Java]
public  angularVelocity(
AgEUtFrame Frame,
double Wx,
double Wy,
double Wz
);

[Unmanaged C++]
public: HRESULT AngularVelocity(
AgEUtFrame Frame,
double * Wx,
double * Wy,
double * Wz
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results
Wx
The X-component of angular velocity in the requested frame, as observed rotating with the frame
Wy
The Y-component of angular velocity in the requested frame, as observed rotating with the frame
Wz
The Z-component of angular velocity in the requested frame, as observed rotating with the frame

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface