Variable GenVertex.p

struct GenVertex
{
  // ...
  float[3] p ;
  // ...
}