OGLplus  (0.59.0) a C++ wrapper for rendering APIs

matrix.hpp
Go to the documentation of this file.
1 #ifndef OGLPLUS_MATH_MATRIX_HPP
9 #define OGLPLUS_MATH_MATRIX_HPP
10 
11 #include "config.hpp"
12 #include <eagine/math/tmat.hpp>
14 
15 namespace eagine::oglp {
16 
19 using math::matrix;
20 
23 template <typename T, unsigned C, unsigned R, bool RM = false, bool V = math_use_simd>
25 
29 
33 
37 
41 
45 
49 
53 
57 
61 
62 } // namespace eagine::oglp
63 
64 #endif // OGLPLUS_MATH_MATRIX_HPP
Generic template for RxC dimensional matrices.
Definition: fwd.hpp:31

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).