Workspace 6.21.5
|
Multiplies one TransformMatrix by another TransformMatrix. The TransformMatrix type can be thought of as a 4x4 affine transformation matrix, containing translation, rotation, scale and shear information about a particular transform. Multiplying the matrices together creates a single transform that encompasses the information of both matrices.
Inputs: | |||
---|---|---|---|
Transforms | Array | CSIRO::Mesh::TransformMatrix | |
Outputs: | |||
Transform matrix | CSIRO::Mesh::TransformMatrix |