Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
PrimTypes.hpp File Reference
#include <array>
#include <cstring>
#include <limits>
#include <memory>
#include <jau/basic_algos.hpp>
#include <jau/darray.hpp>
#include <jau/bitfield.hpp>
#include <jau/math/geom/geom.hpp>
#include <jau/math/vec3f.hpp>
#include <jau/math/geom/geom3f.hpp>
#include <jau/math/geom/aabbox3f.hpp>
#include <jau/math/geom/plane/affine_transform.hpp>
Include dependency graph for PrimTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gamp::graph::Triangle
 
class  gamp::graph::Vertex
 

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::graph
 

Typedefs

typedef std::shared_ptr< Trianglegamp::graph::TriangleRef
 
typedef jau::darray< TriangleRef, uint32_t > gamp::graph::TriangleRefList
 
typedef jau::darray< Vertex, uint32_t > gamp::graph::VertexList
 

Enumerations

enum class  gamp::graph::Winding