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