OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.toMatrix
Creation of a matrix from a vector

Description
Creates a 1x3 matrix from a given vector.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Vector | Tupel3d | Vector |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Matrix | Results matrix |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself