Function S2Loop.vertex

For convenience, we make two entire copies of the vertex list available: vertex(n..2*n-1) is mapped to vertex(0..n-1), where n == num_vertices().

s2.util.math.vector.Vector!(double,3L) vertex (
  int i
) const;

REQUIRES

0 <= i < 2 * num_vertices()