composeTRS
composeTRS(
p,q,s):number[]
Defined in: math/mat4.ts:171
A world transform as a column-major 4x4, from the TRS the engine resolved.
One author for it, because more than one reader wants it in this form — a bake collects it from the editor’s world, and a tool collects it from a document — and two transcriptions of a rotation matrix are two chances to transpose one.
Parameters
Section titled “Parameters”number
number
number
number
number
number
number
number
number
number
Returns
Section titled “Returns”number[]