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

primitives.hpp File Reference
#include "tvec.hpp"
#include <array>

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.
 

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).