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