unreal.RigVMFunction_MathDoubleAtan2

class unreal.RigVMFunction_MathDoubleAtan2(a: float = 0.0, b: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathDoubleBinaryOp

Returns the inverse tangent value (in radians between -pi and pi) of A/B, using the signs of A and B to determine the correct quadrant.

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (double): [Read-Write] The first value for the operation

  • b (double): [Read-Write] The second value for the operation

  • result (double): [Read-Write] The resulting value