multiply this Transform times other Matrix3d, with other considered to be a Transform with 0 translation.
‘this‘ transform with matrix part A and translation b‘other‘ matrix B promoted to block transformproduct[B0b1][B001][A0a1][B001]=[AB0a1]
multiplyTransformMatrix3d(other: Matrix3d, result?: Transform): Transform
Parameter |
Type |
Description |
other |
Matrix3d |
right hand Matrix3d for multiplication. |
result |
Transform |
optional preallocated result to reuse. |
Returns - Transform
Defined in
Last Updated:
30 November, 2023