SimpleFastOpenAtomicVisualiser
Loading...
Searching...
No Matches
Classes | Typedefs
triangle.h File Reference
#include <cstdint>
#include <vector>
#include <array>
#include <cmath>
#include <glm/glm.hpp>
Include dependency graph for triangle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Triangle< T >
 A 3D triangle. More...
 

Typedefs

template<class T >
using vec3 = glm::vec< 3, T, glm::packed_highp >
 

Typedef Documentation

◆ vec3