Variable VertexPosNormalColor.position

3D position.

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