unreal.RigVMFunction_MathVectorMirror

class unreal.RigVMFunction_MathVectorMirror(value: Vector = Ellipsis, normal: Vector = Ellipsis, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Mirror a vector about a normal vector.

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • normal (Vector): [Read-Write]

  • result (Vector): [Read-Write]

  • value (Vector): [Read-Write]

property normal: Vector

[Read-Write]

Type:

(Vector)

property result: Vector

[Read-Only]

Type:

(Vector)

property value: Vector

[Read-Write]

Type:

(Vector)