operations.hpp 523 B

123456789101112131415
  1. #ifndef BOOST_QVM_OPERATIONS_HPP_INCLUDED
  2. #define BOOST_QVM_OPERATIONS_HPP_INCLUDED
  3. // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
  4. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. #include <boost/qvm/quat_operations.hpp>
  7. #include <boost/qvm/vec_operations.hpp>
  8. #include <boost/qvm/mat_operations.hpp>
  9. #include <boost/qvm/quat_vec_operations.hpp>
  10. #include <boost/qvm/vec_mat_operations.hpp>
  11. #endif