Go to the source code of this file.
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<typename T , unsigned N, bool V = math_use_simd> | |
using | eagine::oglp::tvec = math::tvec< T, N, V > |
Template alias for math::tvec. | |
using | eagine::oglp::vec2 = tvec< gl_types::float_type, 2 > |
Alias for a 2D vector type. | |
using | eagine::oglp::vec3 = tvec< gl_types::float_type, 3 > |
Alias for a 3D vector type. | |
using | eagine::oglp::vec4 = tvec< gl_types::float_type, 4 > |
Alias for a 4D vector type. | |
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