multiplyTranslationSandwichInPlace Method
Multiply and replace contents of this matrix by A*this*AT where
Ais a pure translation with final column [x,y,z,1].thisis this matrix.ATis the transpose of A.
multiplyTranslationSandwichInPlace(ax: number, ay: number, az: number): void
| Parameter | Type | Description |
|---|---|---|
| ax | number | x part of translation. |
| ay | number | y part of translation. |
| az | number | z part of translation. |
Returns - void
Defined in
- geometry4d/Matrix4d.ts Line 768
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.