Creates a matrix from 3 columns specified as vectors.
Namespace:
AForge.MathAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- column0
- Type: AForge.Math..::.Vector3
First column of the matrix to create.
- column1
- Type: AForge.Math..::.Vector3
Second column of the matrix to create.
- column2
- Type: AForge.Math..::.Vector3
Third column of the matrix to create.