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. | |
Specifies a vertex in a polygonal mesh.
Definition at line 12 of file FastQuadrics.h.