Vector4d.mulTranspose

Multiply the transpose of the given matrix <code>mat</code> with this Vector4f and store the result in <code>this</code>.

@param mat the matrix whose transpose to multiply the vector with @return this

  1. Vector4d mulTranspose(Matrix4d mat)
    struct Vector4d
    ref public return
    mulTranspose
  2. Vector4d mulTranspose(Matrix4d mat, Vector4d dest)

Meta