setMultiplyTransformTransform Method
Calculate transformA * transformB and store it into the calling instance (this).
- Note: If transformA = [A a]andtransformB = [B b]thentransformA * transformBis defined as[A*B Ab+a].
setMultiplyTransformTransform(transformA: Transform, transformB: Transform): void
@see multiplyTransformTransform documentation for math details.
| Parameter | Type | Description | 
|---|---|---|
| transformA | Transform | first operand | 
| transformB | Transform | second operand | 
Returns - void
Defined in
- geometry3d/Transform.ts Line 682
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.