Table of Contents

Method b3GetSweepTransform

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

b3GetSweepTransform(b3Sweep*, float)

Evaluate the transform sweep at a specific time.

public static extern b3Transform b3GetSweepTransform(b3Sweep* sweep, float time)

Parameters

sweep b3Sweep*

See the Box3D documentation.

time float

See the Box3D documentation.

Returns

b3Transform

See the Box3D documentation.