Go to the documentation of this file.
20 #ifndef ANTKEEPER_GEOM_PRIMITIVES_TRIANGLE_HPP
21 #define ANTKEEPER_GEOM_PRIMITIVES_TRIANGLE_HPP
26 namespace primitives {
34 template <
class T, std::
size_t N>
52 using namespace primitives;
vector_type a
First point.
vector_type c
Third point.
vector_type b
Second point.