Get it
Learn it
Advanced
struct QuatKey { // fields double time = 0.0; float w = 1.f; float x = 0.f; float y = 0.f; float z = 0.f; };