VoxelFarm::FQ_Vertex Struct Reference

Specifies a vertex in a polygonal mesh. More...

#include <FastQuadrics.h>

Public Attributes

double x
 3D coordinates of the vertex
 
double y
 
double z
 
int type
 Vertex type. Only vertices of the same type can be collapsed during optimization.
 
int faces
 Pointer to the mesh faces adjacent to the vertex.
 
bool deleted
 Whether the vertex has been deleted.
 
int external
 An external piece of data that can be stored in the vertex.
 
unsigned short flags
 Contains contouring flags to differentiate border vertices and roaming vector vertices.
 
double maxerror
 Maximum error the vertex will tolerate during optimization.
 

Detailed Description

Specifies a vertex in a polygonal mesh.

Definition at line 12 of file FastQuadrics.h.


The documentation for this struct was generated from the following file: