Description
Set the angular velocity in rad/sec. The components are to be specified 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
);
|
[Unmanaged C++] |
---|
public: HRESULT SetAngularVelocityUsingRefAxes(
double wx,
double wy,
double wz
);
|
[Java] |
---|
public void setAngularVelocityUsingRefAxes(
double wx,
double wy,
double wz
);
|
Parameters
See Also