Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:59:07

0001 #ifndef BOOST_QVM_OPERATIONS_HPP_INCLUDED
0002 #define BOOST_QVM_OPERATIONS_HPP_INCLUDED
0003 
0004 // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
0005 
0006 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0007 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 #include <boost/qvm/quat_operations.hpp>
0010 #include <boost/qvm/vec_operations.hpp>
0011 #include <boost/qvm/mat_operations.hpp>
0012 #include <boost/qvm/quat_vec_operations.hpp>
0013 #include <boost/qvm/vec_mat_operations.hpp>
0014 
0015 #endif