# MulMatrix *in [Lib.numbers.vec3](README.md)* Multiplies two 4x4 matrices ## Input Parameters | Name (Relevancy & Type) | Description | |---|---| | **MatrixA** (Matrix4x4 Relevant) | — | | **MatrixB** (Matrix4x4 Relevant) | — | ## Outputs | Name | Type | |---|---| | **Result** | System.Numerics.Matrix4x4 |