Table of Contents

Method b3Body_SetAngularVelocity

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

b3Body_SetAngularVelocity(b3BodyId, Vector3)

Set the angular velocity of a body in radians per second.

public static extern void b3Body_SetAngularVelocity(b3BodyId bodyId, Vector3 angularVelocity)

Parameters

bodyId b3BodyId

See the Box3D documentation.

angularVelocity Vector3

See the Box3D documentation.