OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
oglplus
math
primitives.hpp
Go to the documentation of this file.
1
#ifndef OGLPLUS_MATH_PRIMITIVES_HPP
9
#define OGLPLUS_MATH_PRIMITIVES_HPP
10
11
#include "
config.hpp
"
12
#include <
eagine/math/primitives.hpp
>
13
#include <
oglplus/gl_api/config.hpp
>
14
15
namespace
eagine::oglp {
16
19
using
line
=
math::line<gl_types::float_type, math_use_simd>
;
20
23
using
sphere
=
math::sphere<gl_types::float_type, math_use_simd>
;
24
27
using
triangle
=
math::triangle<gl_types::float_type, math_use_simd>
;
28
29
}
// namespace eagine::oglp
30
31
#endif // OGLPLUS_MATH_PRIMITIVES_HPP
eagine::math::basic_sphere
Basic template for spheres in N-dimensional space.
Definition:
primitives.hpp:122
eagine::math::basic_line
Basic template for lines in N-dimensional space.
Definition:
primitives.hpp:19
eagine::math::basic_triangle
Basic template for triangles in N-dimensional space.
Definition:
primitives.hpp:57
config.hpp
primitives.hpp
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).