Go to the source code of this file.
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<typename T , unsigned C, unsigned R, bool RM = false, bool V = math_use_simd> | |
using | eagine::oglp::tmat = math::tmat< T, C, R, RM, V > |
Template alias for math::tmat. | |
using | eagine::oglp::mat2 = tmat< gl_types::float_type, 2, 2 > |
Alias for 2x2 matrix. | |
using | eagine::oglp::mat2x3 = tmat< gl_types::float_type, 2, 3 > |
Alias for 2x3 matrix. | |
using | eagine::oglp::mat2x4 = tmat< gl_types::float_type, 2, 4 > |
Alias for 2x4 matrix. | |
using | eagine::oglp::mat3x2 = tmat< gl_types::float_type, 3, 2 > |
Alias for 3x2 matrix. | |
using | eagine::oglp::mat3 = tmat< gl_types::float_type, 3, 3 > |
Alias for 3x3 matrix. | |
using | eagine::oglp::mat3x4 = tmat< gl_types::float_type, 3, 4 > |
Alias for 3x4 matrix. | |
using | eagine::oglp::mat4x2 = tmat< gl_types::float_type, 4, 2 > |
Alias for 4x2 matrix. | |
using | eagine::oglp::mat4x3 = tmat< gl_types::float_type, 4, 3 > |
Alias for 4x3 matrix. | |
using | eagine::oglp::mat4 = tmat< gl_types::float_type, 4, 4 > |
Alias for 4x4 matrix. | |
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