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
ab3Transform-
The world transform.
bb3Transform-
The local transform.
Returns
- b3Transform
-
The composed world transform.