COVISE Core
Classes | Typedefs | Variables
Triangulate.h File Reference
#include <vector>
Include dependency graph for Triangulate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tr_vertex
 
class  Triangulate
 

Typedefs

typedef std::vector< tr_vertextr_vertexVector
 
typedef std::vector< int > tr_intVector
 

Variables

static const float EPSILON = 0.0000000001f
 

Typedef Documentation

◆ tr_intVector

typedef std::vector<int> tr_intVector

◆ tr_vertexVector

typedef std::vector<tr_vertex> tr_vertexVector

Variable Documentation

◆ EPSILON

const float EPSILON = 0.0000000001f
static