unreal.RigVMFunction_MathVectorDot

class unreal.RigVMFunction_MathVectorDot(a: Vector = Ellipsis, b: Vector = Ellipsis, result: float = 0.0)

Bases: RigVMFunction_MathVectorBase

Returns the dot product between two vectors

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 (float): [Read-Write]

property a: Vector

[Read-Write]

Type:

(Vector)

property b: Vector

[Read-Write]

Type:

(Vector)

property result: float

[Read-Only]

Type:

(float)