Apply a 4x4 affine transformation matrix to a shape. Equivalent to OpenSCAD's multmatrix.
multmatrix
Accepts either a raw Matrix4x4 (4 rows of 4 numbers, row-major) or a structured MatrixTransform with explicit linear and translation fields.
Matrix4x4
MatrixTransform
linear
translation
Apply a 4x4 affine transformation matrix to a shape. Equivalent to OpenSCAD's
multmatrix.Accepts either a raw
Matrix4x4(4 rows of 4 numbers, row-major) or a structuredMatrixTransformwith explicitlinearandtranslationfields.