OmniGraph Node omni.graph.nodes.SetMatrix4Translation

omni.graph.nodes.SetMatrix4Translation Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Set Translation

__categories

math:operator

Generated Class Name

OgnSetMatrix4TranslationDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.SetMatrix4Translation Description

Sets the translation of the given matrix4d value which represents a linear transformation. Does not modify the orientation (row 0-2) of the matrix.

omni.graph.nodes.SetMatrix4Translation Inputs

Name

Type

Default

Required?

Descripton

inputs:matrix

[‘matrixd[4]’, ‘matrixd[4][]’]

None

Y

The matrix to be modified

inputs:translation

[‘vectord[3]’, ‘vectord[3][]’]

None

Y

The translation that the matrix will apply

uiName

Translation

omni.graph.nodes.SetMatrix4Translation Outputs

Name

Type

Default

Required?

Descripton

outputs:matrix

[‘matrixd[4]’, ‘matrixd[4][]’]

None

Y

The updated matrix