unreal.RigUnit_MathVectorIsNearlyZero

class unreal.RigUnit_MathVectorIsNearlyZero(value: Vector = Ellipsis, tolerance: float = 0.0, result: bool = False)

Bases: RigUnit_MathVectorBase

Returns true if the value is nearly zero

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (bool): [Read-Write] Result

  • tolerance (float): [Read-Write] Tolerance

  • value (Vector): [Read-Write] Value

property result: bool

[Read-Only] Result

Type:

(bool)

property tolerance: float

[Read-Write] Tolerance

Type:

(float)

property value: Vector

[Read-Write] Value

Type:

(Vector)