Matrix4d.invertAffine

Invert this matrix by assuming that it is an {@link #isAffine() affine} transformation (i.e. its last row is equal to <code>(0, 0, 0, 1)</code>).

@return this

  1. Matrix4d invertAffine(Matrix4d dest)
  2. Matrix4d invertAffine()
    struct Matrix4d
    ref return
    invertAffine
    ()

Meta