Table of Contents

Method b3MotorJoint_GetLinearVelocity

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

b3MotorJoint_GetLinearVelocity(b3JointId)

Get the desired relative linear velocity in meters per second

public static extern Vector3 b3MotorJoint_GetLinearVelocity(b3JointId jointId)

Parameters

jointId b3JointId

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.