Variable Vertex.id

L'identifiant du sommet

struct Vertex
{
  // ...
  ulong id;
  // ...
}