Table of Contents

Method b3Body_GetRotation

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

b3Body_GetRotation(b3BodyId)

Get the world rotation of a body as a quaternion

public static extern Quaternion b3Body_GetRotation(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

Quaternion

See the Box3D documentation.