Creates a matrix from 4 rows specified as vectors.
Namespace:
AForge.MathAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- row0
- Type: AForge.Math..::.Vector4
First row of the matrix to create.
- row1
- Type: AForge.Math..::.Vector4
Second row of the matrix to create.
- row2
- Type: AForge.Math..::.Vector4
Third row of the matrix to create.
- row3
- Type: AForge.Math..::.Vector4
Fourth row of the matrix to create.