unreal.RigVMFunction_MathQuaternionFromTwoVectors
¶
- class unreal.RigVMFunction_MathQuaternionFromTwoVectors(a: Vector = Ellipsis, b: Vector = Ellipsis, result: Quat = Ellipsis)¶
Bases:
RigVMFunction_MathQuaternionBase
Makes a quaternion from two vectors, representing the shortest rotation between the two vectors.
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathQuaternion.h
Editor Properties: (see get_editor_property/set_editor_property)
a
(Vector): [Read-Write]b
(Vector): [Read-Write]result
(Quat): [Read-Write]