Table of Contents

Method b3UnwindAngle

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

b3UnwindAngle(float)

Wraps an angle into the range minus pi to pi.

public static float b3UnwindAngle(float radians)

Parameters

radians float

The angle in radians.

Returns

float

The wrapped angle.