|
SimpleFastOpenAtomicVisualiser
|
#include <cstdint>#include <vector>#include <array>#include <cmath>#include <glm/glm.hpp>

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