Go to the source code of this file.
Classes | |
class | eagine::math::rotation_I< matrix< T, 4, 4, RM, V >, I > |
Implements constructor of rotation transformation matrix. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
eagine::math | |
Math-related code is placed in this namespace. | |
Typedefs | |
template<typename M > | |
using | eagine::math::rotation_x = rotation_I< M, 0 > |
Alias for implementation of constructor of rotation along x-axis matrix. | |
template<typename M > | |
using | eagine::math::rotation_y = rotation_I< M, 1 > |
Alias for implementation of constructor of rotation along y-axis matrix. | |
template<typename M > | |
using | eagine::math::rotation_z = rotation_I< M, 2 > |
Alias for implementation of constructor of rotation along z-axis matrix. | |
template<typename T , bool V> | |
using | eagine::math::matrix_rotation_x = convertible_matrix_constructor< rotation_x< matrix< T, 4, 4, true, V > >> |
Alias for constructor of rotation along x-axis transformation matrix. More... | |
template<typename T , bool V> | |
using | eagine::math::matrix_rotation_y = convertible_matrix_constructor< rotation_y< matrix< T, 4, 4, true, V > >> |
Alias for constructor of rotation along y-axis transformation matrix. More... | |
template<typename T , bool V> | |
using | eagine::math::matrix_rotation_z = convertible_matrix_constructor< rotation_z< matrix< T, 4, 4, true, V > >> |
Alias for constructor of rotation along z-axis transformation matrix. More... | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt