unreal.RigVMFunction_MathVectorParallel

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

Bases: RigVMFunction_MathVectorBase

Returns true if the two vectors are parallel

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Vector): [Read-Write] The first vector to compare

  • b (Vector): [Read-Write] The second vector to compare

  • result (bool): [Read-Write] True if the two vectors A and B are parallel

property a: Vector

[Read-Write] The first vector to compare

Type:

(Vector)

property b: Vector

[Read-Write] The second vector to compare

Type:

(Vector)

property result: bool

[Read-Only] True if the two vectors A and B are parallel

Type:

(bool)