Variable GenericMesh.vertices

struct GenericMesh
{
  // ...
  gfm.math.vector.Vector!(float,3)[] vertices ;
  // ...
}