Make Matrix2#

Merge 2 row vectors into a matrix. If the inputs are arrays, the output will be an array of matrices.

Installation#

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

Inputs#

Name

Type

Descripton

Default

First Row (inputs:x)

['double[2]', 'double[2][]']

The first row of the matrix

None

Second Row (inputs:y)

['double[2]', 'double[2][]']

The second row of the matrix

None

Outputs#

Name

Type

Descripton

Default

Matrix (outputs:matrix)

['matrixd[2]', 'matrixd[2][]']

Matrix formed by ‘First Row’ and ‘Second Row’

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.MakeMatrix2

Version

1

Extension

omni.graph.nodes_core

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

tags

compose,combine,join

uiName

Make Matrix2

Categories

math:conversion

Generated Class Name

OgnMakeMatrix2Database

Python Module

omni.graph.nodes_core