Variable Transform2D.x_axis

struct Transform2D
{
  // ...
  Vector2 x_axis ;
  // ...
}