Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
gamp_graph_gl.cpp File Reference
#include <ctime>
#include <jau/debug.hpp>
#include <jau/environment.hpp>
#include <jau/file_util.hpp>
#include <jau/string_util.hpp>
#include <gamp/graph/gl/GraphRenderer.hpp>
#include <gamp/graph/gl/RenderState.hpp>
#include <gamp/render/RenderContext.hpp>
#include <gamp/render/gl/glsl/ShaderCode.hpp>
#include <gamp/render/gl/glsl/ShaderState.hpp>
#include <gamp/graph/Graph.hpp>
#include <gamp/graph/OutlineShape.hpp>
#include <gamp/graph/impl/VertexMath.hpp>
#include <gamp/graph/tess/impl/CDTriangulator2D.hpp>
#include <gamp/graph/tess/impl/HEdge.hpp>
Include dependency graph for gamp_graph_gl.cpp:

Go to the source code of this file.

Classes

class  AABBox3f
 Axis Aligned Bounding Box. More...
 
class  AffineTransform
 Represents a affine 2x3 transformation matrix in column major order (memory layout). More...
 

Enumerations

enum class  Winding
 

Enumeration Type Documentation

◆ Winding

enum class jau::math::geom::Winding : uint16_t
strong

Definition at line 35 of file geom.hpp.