Variable NWVector.value

struct NWVector
{
  // ...
  float[3] value = [0.0F, 0.0F, 0.0F];
  // ...
}