unreal.RigVMFunction_MathVectorOrthogonal

class unreal.RigVMFunction_MathVectorOrthogonal(a: Vector = Ellipsis, b: Vector = Ellipsis, result: bool = False)

Bases: RigVMFunction_MathVectorBase

Returns true if the two vectors are orthogonal

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Vector): [Read-Write]

  • b (Vector): [Read-Write]

  • result (bool): [Read-Write]

property a: Vector

[Read-Write]

Type:

(Vector)

property b: Vector

[Read-Write]

Type:

(Vector)

property result: bool

[Read-Only]

Type:

(bool)