Break Matrix3

Split matrix into 3 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[3]', 'matrixd[3][]']

Input matrix(s)

None

Outputs

Name

Type

Descripton

Default

X (outputs:x)

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

The first row of the matrix

None

Y (outputs:y)

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

The second row of the matrix

None

Z (outputs:z)

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

The third row of the matrix

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.BreakMatrix3

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 Matrix3

Categories

math:conversion

Generated Class Name

OgnBreakMatrix3Database

Python Module

omni.graph.nodes