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

matrix_ctrs.hpp
Go to the documentation of this file.
1 #ifndef OGLPLUS_MATH_MATRIX_CTRS_HPP
9 #define OGLPLUS_MATH_MATRIX_CTRS_HPP
10 
15 
18 
21 
22 #include "config.hpp"
24 
25 namespace eagine::oglp {
26 
31 
35 
38 using matrix_rotation_x =
40 
43 using matrix_rotation_y =
45 
48 using matrix_rotation_z =
50 
53 using matrix_translation =
55 
58 using matrix_reflection_x =
60 
63 using matrix_reflection_y =
65 
68 using matrix_reflection_z =
70 
75 
80 
84 
87 using matrix_perspective =
89 
90 } // namespace eagine::oglp
91 
92 #endif // OGLPLUS_MATH_MATRIX_CTRS_HPP
Helper class used in matrix constructor implementation.
Definition: matrix_ctr.hpp:74
math::matrix_uniform_scale< gl_types::float_type, math_use_simd > matrix_uniform_scale
Alias for math::matrix_uniform_scale instantiation.
Definition: matrix_ctrs.hpp:30

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