Table of Contents

Method b3MulTransforms

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

b3MulTransforms(b3Transform, b3Transform)

Composes two transforms, so that the result maps a point in frame B into the frame that a maps into.

public static b3Transform b3MulTransforms(b3Transform a, b3Transform b)

Parameters

a b3Transform

The outer transform.

b b3Transform

The inner transform.

Returns

b3Transform

The composed transform.