4x4 Matrix to 3D Vector

 
 
 

Categories

  • Conversion

Description

From a 4x4 matrix, outputs 3 3D vectors representing the top right portion of the matrix, as well as a translation vector.

Parameters

Row or Column

Specifies whether to output rows or columns of the matrix.

Ports

Inputs

Matrix

The 4x4 matrix.

Outputs

Vector 1

The first 3D vector.

Vector 2

The second 3D vector.

Vector 3

The third 3D vector.

Translation

The 3D vector representing translation.