from_rotation method

from_rotation(, orig, dest)

Creates a quaternion that rotate from original to destination direction

Returns

Created quaternion


@staticmethod
def from_rotation(orig, dest):
    ...
ParameterTypeDescription
origVector3Original direction
destVector3Destination direction

See Also