Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#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>
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< Triangle > | gamp::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 |