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