#include "matrix_ctr.hpp"
Go to the source code of this file.
Classes | |
class | eagine::math::scale< matrix< T, 4, 4, RM, V > > |
Implements constructor of scale transformation matrix. More... | |
class | eagine::math::uniform_scale< matrix< T, 4, 4, RM, V > > |
Implements constructor of uniform scale 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 T , bool V> | |
using | eagine::math::matrix_scale = convertible_matrix_constructor< scale< matrix< T, 4, 4, true, V > >> |
Alias for constructor of scale transformation matrix. More... | |
template<typename T , bool V> | |
using | eagine::math::matrix_uniform_scale = convertible_matrix_constructor< uniform_scale< matrix< T, 4, 4, true, V > >> |
Alias for constructor of uniform scale 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