Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces
PolygonSimplifier.hpp File Reference
#include <vlGraphics/link_config.hpp>
#include <vlCore/Object.hpp>
#include <vlCore/Vector3.hpp>
#include <vlCore/glsl_math.hpp>
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

class  vl::PolygonSimplifier
 The PolygonSimplifier class reduces the amount of polygons present in a Geometry using a quadric error metric. More...
 
class  vl::PolygonSimplifier::QErr
 The quadric error metric as defined by PolygonSimplifier. More...
 
class  vl::PolygonSimplifier::Triangle
 A Triangle as defined by PolygonSimplifier. More...
 
class  vl::PolygonSimplifier::Vertex
 A Vertex as defined by PolygonSimplifier. More...
 

Namespaces

 vl
 Visualization Library main namespace.