Go to the source code of this file.
Classes | |
class | eagine::math::basic_line< T, N, V > |
Basic template for lines in N-dimensional space. More... | |
class | eagine::math::basic_triangle< T, N, V > |
Basic template for triangles in N-dimensional space. More... | |
class | eagine::math::basic_sphere< T, N, V > |
Basic template for spheres in N-dimensional space. 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::line = basic_line< T, 3, V > |
Alias for lines in 3D space. | |
template<typename T , bool V> | |
using | eagine::math::triangle = basic_triangle< T, 3, V > |
Alias for triangles in 3D space. | |
template<typename T , bool V> | |
using | eagine::math::sphere = basic_sphere< T, 3, V > |
Alias for spheres in 3D space. | |
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