OmniGraph Node omni.graph.nodes.ATan2

omni.graph.nodes.ATan2 Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Atan2

__categories

math:operator

__language

Python

Generated Class Name

OgnATan2Database

Python Module

omni.graph.nodes

omni.graph.nodes.ATan2 Description

Outputs the arc tangent of a/b in degrees

omni.graph.nodes.ATan2 Inputs

Name

Type

Default

Required?

Descripton

inputs:a

[‘double’, ‘float’, ‘half’, ‘timecode’]

None

Y

Input A

inputs:b

[‘double’, ‘float’, ‘half’, ‘timecode’]

None

Y

Input B

omni.graph.nodes.ATan2 Outputs

Name

Type

Default

Required?

Descripton

outputs:result

[‘double’, ‘float’, ‘half’, ‘timecode’]

None

Y

The result of ATan2(A,B)

uiName

Result