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
See Also