#include import std; int main() { glm::vec3 v(1.0f, 2.0f, 3.0f); std::println("glm ok: ({},{},{})", v.x, v.y, v.z); return 0; }