mat44Mat44

Multiply two 4x4 matrices.

Signatures

  •   Paramate.Math3D.mat44Mat44( a, b )

Details

The function multiplies a 4x4 matrix with another 4x4 matrix.

Parameters

a

A 4x4 matrix.

b

A 4x4 matrix.

Return value

The resulting 4x4 matrix.