Table of Contents

Method b3MulWorldTransforms

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

b3MulWorldTransforms(b3Transform, b3Transform)

Composes a world transform with a local transform.

public static b3Transform b3MulWorldTransforms(b3Transform a, b3Transform b)

Parameters

a b3Transform

The world transform.

b b3Transform

The local transform.

Returns

b3Transform

The composed world transform.