public Vertex5 apply(UVTransformation t) {
   uv.apply(t);
   return this;
 }