Creates a matrix from 3 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..::.Vector3
First row of the matrix to create.
- row1
- Type: AForge.Math..::.Vector3
Second row of the matrix to create.
- row2
- Type: AForge.Math..::.Vector3
Third row of the matrix to create.