create_from_axis#
- classmethod Transform3D.create_from_axis(x, y, z)#
 Create a 3D transformation with a rotation matrix from three axes.
- Parameters:
 - xPoint3DLike
 X axis.
- yPoint3DLike
 Y axis.
- zPoint3DLike
 Z axis.
- Returns:
 
Create a 3D transformation with a rotation matrix from three axes.
X axis.
Y axis.
Z axis.