#include "o3d/camera.h" #include "math/math_vector.h" using namespace engine::o3d; Camera::Camera(engine::math::MathVector3 loc, float rot_x, float rot_y, float rot_z) : loc{loc}, rot_x{rot_x}, rot_y{rot_y}, rot_z{rot_z} { }