Get Rotation#
Gets the rotation of the given matrix4d value which represents a linear transformation. Returns euler angles (XYZ)
Installation#
To use this Node, you must enable omni.graph.nodes in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
matrix |
|
The transformation matrix |
Outputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
rotation |
|
vector representing the rotation component of the transformation (XYZ) |