getSupportVertex method

Vector2 getSupportVertex(
  1. Vector2 d
)

Get the supporting vertex in the given direction.

Implementation

Vector2 getSupportVertex(Vector2 d) => position;