Method b3InvMulTransforms
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3InvMulTransforms(b3Transform, b3Transform)
Builds the transform that converts a point local to frame B into a point local to frame A.
public static b3Transform b3InvMulTransforms(b3Transform a, b3Transform b)Parameters
ab3Transform-
The first frame.
bb3Transform-
The second frame.
Returns
- b3Transform
-
The relative transform.