OmniGraph Node omni.graph.nodes.GetMatrix4Rotation

omni.graph.nodes.GetMatrix4Rotation Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Get Rotation

__categories

math:operator

Generated Class Name

OgnGetMatrix4RotationDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.GetMatrix4Rotation Description

Gets the rotation of the given matrix4d value which represents a linear transformation. Returns euler angles (XYZ)

omni.graph.nodes.GetMatrix4Rotation Inputs

Name

Type

Default

Required?

Descripton

inputs:matrix

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

None

Y

The transformation matrix

omni.graph.nodes.GetMatrix4Rotation Outputs

Name

Type

Default

Required?

Descripton

outputs:rotation

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

None

Y

vector representing the rotation component of the transformation (XYZ)