MatrixToVector

Decomposes the input matrix into 4 vectors.

Inputs

Inputs
Name Type Default Description
matrix MatrixPort M44d((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)) Input matrix

Outputs

Outputs
Name Type Default Description
row1 VectorPort V3d(0, 1, 0)  
row2 VectorPort V3d(0, 1, 0)  
row3 VectorPort V3d(0, 1, 0)  
row4 VectorPort V3d(0, 0, 0)