from Rotation Vector
Creates a quaternion from a rotation vector and an angle.
Return
The quaternion representing the rotation.
Parameters
angle Rad
The angle of rotation in radians.
x
The x-component of the rotation vector.
y
The y-component of the rotation vector.
z
The z-component of the rotation vector.