extractQuat

extractQuat(*args, **kwargs)

Overloaded function.

  1. extractQuat(mat: Imath.M44f) -> Imath.Quatf

Extract the rotation from the given 4x4 matrix in the form of a quaternion.

  1. extractQuat(mat: Imath.M44d) -> Imath.Quatd

Extract the rotation from the given 4x4 matrix in the form of a quaternion.