Table of Contents

Method b3SphericalJoint_SetMotorVelocity

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

b3SphericalJoint_SetMotorVelocity(b3JointId, Vector3)

Set the spherical joint motor velocity in radians per second

public static extern void b3SphericalJoint_SetMotorVelocity(b3JointId jointId, Vector3 motorVelocity)

Parameters

jointId b3JointId

See the Box3D documentation.

motorVelocity Vector3

See the Box3D documentation.