Table of Contents

Method b3LoadContactId

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

b3LoadContactId(ReadOnlySpan<uint>)

Restores a contact identifier from three 32-bit integers.

public static b3ContactId b3LoadContactId(ReadOnlySpan<uint> values)

Parameters

values ReadOnlySpan<uint>

The packed representation. Must hold at least three elements.

Returns

b3ContactId

The restored identifier.

Exceptions

ArgumentException

values is shorter than three elements.