syntax = "proto3"; message MathQuaternion { float x = 1; float z = 3; float w = 4; float y = 2; }