Matrix4x3d.transpose3x3

Transpose only the left 3x3 submatrix of this matrix and set the rest of the matrix elements to identity.

@return this

  1. Matrix4x3d transpose3x3()
    struct Matrix4x3d
    ref public return
    transpose3x3
    ()
  2. Matrix4x3d transpose3x3(Matrix4x3d dest)
  3. Matrix3d transpose3x3(Matrix3d dest)

Meta