KiCad PCB EDA Suite
|
#include "../../common_ogl/openGL_includes.h"
#include <plugins/3dapi/xv3d_types.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | CLAYER_TRIANGLE_CONTAINER |
The CLAYER_TRIANGLE_CONTAINER class stores an manage vector of triangles. More... | |
class | CLAYER_TRIANGLES |
The CLAYER_TRIANGLES class stores arrays of triangles to be used to create display lists. More... | |
class | CLAYERS_OGL_DISP_LISTS |
The CLAYERS_OGL_DISP_LISTS class stores the openGL display lists to related with a layer. More... | |
Typedefs | |
typedef std::vector< SFVEC3F > | SFVEC3F_VECTOR |
typedef std::vector< SFVEC3F > SFVEC3F_VECTOR |
Definition at line 40 of file clayer_triangles.h.