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
origaspose.threed.utilities.Vector3Original direction
destaspose.threed.utilities.Vector3Destination direction

See Also