Table of Contents

Method b3MotorJoint_SetAngularVelocity

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3MotorJoint_SetAngularVelocity(b3JointId, Vector3)

Set the desired relative angular velocity in radians per second

public static extern void b3MotorJoint_SetAngularVelocity(b3JointId jointId, Vector3 velocity)

Parameters

jointId b3JointId

See the Box3D documentation.

velocity Vector3

See the Box3D documentation.