Break Matrix4

Split matrix into 4 vectors. If the input is an array, the output will be arrays of vectors.

Installation

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Matrix (inputs:matrix)

['matrixd[4]', 'matrixd[4][]']

Input matrix(s)

None

Output Type (inputs:outputType)

token

The type of output vector: Double3 or Double4

double[4]

Metadata

literalOnly = 1

Metadata

allowedTokens = double[3],double[4]

Outputs

Name

Type

Descripton

Default

W (outputs:w)

['double[3]', 'double[3][]', 'double[4]', 'double[4][]']

The fourth row of the matrix

None

X (outputs:x)

['double[3]', 'double[3][]', 'double[4]', 'double[4][]']

The first row of the matrix

None

Y (outputs:y)

['double[3]', 'double[3][]', 'double[4]', 'double[4][]']

The second row of the matrix

None

Z (outputs:z)

['double[3]', 'double[3][]', 'double[4]', 'double[4][]']

The third row of the matrix

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.BreakMatrix4

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

decompose,separate,isolate

uiName

Break Matrix4

Categories

math:conversion

Generated Class Name

OgnBreakMatrix4Database

Python Module

omni.graph.nodes