create_from_one_axis_to_another#

classmethod Transform3D.create_from_one_axis_to_another(from_axis, to_axis)#

Create a 3D transformformation with rotation from an axis to an axis.

Parameters:
from_axisPoint3DLike

From axis.

to_axisPoint3DLike

To axis.

Returns:
Transform3D