extractQuat
- extractQuat(*args, **kwargs)
Overloaded function.
extractQuat(mat: Imath.M44f) -> Imath.Quatf
Extract the rotation from the given 4x4 matrix in the form of a quaternion.
extractQuat(mat: Imath.M44d) -> Imath.Quatd
Extract the rotation from the given 4x4 matrix in the form of a quaternion.