Vector2d.mulTranspose

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

@param mat the matrix @return this

  1. Vector2d mulTranspose(Matrix2d mat)
    struct Vector2d
    ref return
    mulTranspose
  2. Vector2d mulTranspose(Matrix2d mat, Vector2d dest)

Meta