Do vector math with MTV [libGDX]

So far I have this.

Trying to use Intersector.overlapConvexPolygons to get the Minimum Translation Vector, but it has no vector methods/properties. I need to do some addition & dot product on it.

Or someway I can convert it to a Vector2 object.