unreal.RigVMFunction_MathVectorParallel¶
- class unreal.RigVMFunction_MathVectorParallel(a: Vector = Ellipsis, b: Vector = Ellipsis, result: bool = False)¶
Bases:
RigVMFunction_MathVectorBaseReturns 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 compareb(Vector): [Read-Write] The second vector to compareresult(bool): [Read-Write] True if the two vectors A and B are parallel