Vector3d.mulTranspose

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

@param mat the matrix @return this

  1. Vector3d mulTranspose(Matrix3d mat)
    struct Vector3d
    ref return
    mulTranspose
  2. Vector3d mulTranspose(Matrix3d mat, Vector3d dest)

Meta