Create a dual quaternion from the given four-by-four matrix. Equivalent to (but faster than) fromRotationTranslation(getRotation(matrix, createQuaternionLike()), getTranslation(matrix, createVector3Like()), out).
fromRotationTranslation(getRotation(matrix, createQuaternionLike()), getTranslation(matrix, createVector3Like()), out)
The matrix.
The dual quaternion to store the result in.
The dual quaternion.
Create a dual quaternion from the given four-by-four matrix. Equivalent to (but faster than)
fromRotationTranslation(getRotation(matrix, createQuaternionLike()), getTranslation(matrix, createVector3Like()), out).