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 701
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.