Given the triangular model of a two-dimensional object shown here:
write a vertex list representation of this model. Because you are working in two dimensions rather than three, your vertex list will only have $(x, y)$ coordinates rather than $(x, y, z)$. Assume vertex $v_1$ is the origin.