Table of Contents

Method b3MotorJoint_GetAngularVelocity

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

b3MotorJoint_GetAngularVelocity(b3JointId)

Get the desired relative angular velocity in radians per second

public static extern Vector3 b3MotorJoint_GetAngularVelocity(b3JointId jointId)

Parameters

jointId b3JointId

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.