clone method

Vertex clone()

Implementation

Vertex clone() {
  return Vertex(position,normal,uv,color);
}