public void MoveByVector(IVector v, double partOfVector = 1) { Transpose(partOfVector * v.GetVector()[0], partOfVector * v.GetVector()[1]); }