T

TransposeNode

 

Introduced

7.0

UI Location

• Math > Matrix

Description

Outputs the transpose of the specified input matrix. Transposing a matrix is basically rewriting it so that the columns of the old matrix become the rows of the new matrix and vice-versa:

| 1 | 2 | | 1 | 3 | 5 |

| 3 | 4 | => | 2 | 4 | 6 |

| 5 | 6 |

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

matrix

Type: siICENodeDataMatrix33 or siICENodeDataMatrix44

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The matrix to transpose.

Outputs

Port Name

Connection Info

Description

result

Type: siICENodeDataMatrix33 or siICENodeDataMatrix44

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The transposed input matrix.

Restrictions

• These types must match: matrix, result

• These structures must match: matrix, result

• These contexts must match: matrix, result

See Also

GetDeterminantNode

InvertNode

IsSingularNode

MatrixToSRTNode

MultiplyNode

MultiplyByScalarNode

MultiplyVectorByMatrixNode

SRTToMatrixNode

3x3MatrixNode

4x4MatrixNode

 

 



Autodesk Softimage v7.5