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

vector.hpp File Reference

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.
 

Detailed Description

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


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