Variable Vertex.position

struct Vertex
{
  // ...
  gfm.math.vector.Vector!(float,3) position ;
  // ...
}