Okay, I got a struct.It is c++. struct coordinates { float k, l, m;
coordinates() = default; explicit coordinates(float a) : k(a)