Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <jau/basic_types.hpp>
#include <jau/darray.hpp>
#include <jau/int_math.hpp>
#include <jau/int_types.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 <gamp/graph/PrimTypes.hpp>
#include <gamp/graph/VertexMath.hpp>
#include <limits>
Go to the source code of this file.
Classes | |
class | gamp::graph::AABBox3f |
Axis Aligned Bounding Box. More... | |
class | gamp::graph::AffineTransform |
Represents a affine 2x3 transformation matrix in column major order (memory layout). More... | |
class | gamp::graph::Outline |
Define a single continuous stroke by control vertices. More... | |
Namespaces | |
namespace | gamp |
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...) | |
namespace | gamp::graph |
Typedefs | |
typedef jau::darray< Outline, jau::nsize_t > | gamp::graph::OutlineList |
Enumerations | |
enum class | gamp::graph::Winding |