A method which implements a support function for use with a Minkowski Difference.
The support function must, given a directional vector and a Transform2D, return the farthest possible vertex of the transformed shape in the given direction.
For example, the support function for Bonk's *Circle* implementation:
```cs
public Vector2 Support(Vector2 direction, Transform2D transform)