Quaterniond.setFromNormalized

Set this quaternion to be a representation of the rotational component of the given matrix. <p> This method assumes that the first three columns of the upper left 3x3 submatrix are unit vectors.

@param mat the matrix whose rotational component is used to set this quaternion @return this

  1. Quaterniond setFromNormalized(Matrix4x3d mat)
    struct Quaterniond
    ref public return
    setFromNormalized
  2. Quaterniond setFromNormalized(Matrix4d mat)
  3. Quaterniond setFromNormalized(Matrix3d mat)

Meta