ArcTan2Node

 

Introduced

7.0

UI Location

• Math > Trigonometry

Description

Outputs the arctangent of y/x in the range of [-180,180] degrees. If both input values are 0, the result is 0.

Note: For a result in the range of [-90,90] degrees, use the TrigonometryNode node with the ArcTan trigonometric function instead.

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

x

Type: siICENodeDataFloat

Structure: siICENodeStructureSingle

Context: siICENodeContextAny

The x component for the arctangent function.

y

Type: siICENodeDataFloat

Structure: siICENodeStructureSingle

Context: siICENodeContextAny

The y component for the arctangent function.

Outputs

Port Name

Connection Info

Description

result

Type: siICENodeDataFloat

Structure: siICENodeStructureSingle

Context: siICENodeContextAny

The arctangent of y/x in the range of [-180,180] degrees.

Restrictions

• These structures must match: x, y, result

• These contexts must match: x, y, result

See Also

TrigonometryNode



Autodesk Softimage v7.5