#pragma once namespace nv { struct Quat { float x, y, z, w; }; }