Table of Contents

Method b3Body_GetAngularVelocity

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

b3Body_GetAngularVelocity(b3BodyId)

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

public static extern Vector3 b3Body_GetAngularVelocity(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.