MushMachine/framework/common_components/src/mm/components/view_dir3d.hpp

13 lines
169 B
C++

#pragma once
namespace MM::Components {
struct ViewDir3D {
float yaw = 0.f; // rad
float pitch = 0.f; // rad
float roll = 0.f; // rad
};
} // MM::Components