#include "Index.h"

Index::Index(unsigned int v0, unsigned int v1, unsigned int v2) {
  this->v0 = v0;
  this->v1 = v1;
  this->v2 = v2;
}